Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojo/DeferredList.js

  • Provides:

    • dojo.DeferredList
  • dojo.DeferredList

    • parameters:
      • list: (typeof Array)
        The list of deferreds to be synchronizied with this DeferredList
      • fireOnOneCallback: (typeof Boolean)
        Will cause the DeferredLists callback to be fired as soon as any
        of the deferreds in its list have been fired instead of waiting until
        the entire list has finished
        fireonOneErrback:
        Will cause the errback to fire upon any of the deferreds errback
      • fireOnOneErrback: (typeof Boolean)
      • consumeErrors: (typeof Boolean)
      • canceller: (typeof Function)
        A deferred canceller function, see dojo.Deferred
    • summary
      Provides event handling for a group of Deferred objects.
    • description
      DeferredList takes an array of existing deferreds and returns a new deferred of its own
      this new deferred will typically have its callback fired when all of the deferreds in
      the given list have fired their own deferreds.  The parameters `fireOnOneCallback` and
      fireOnOneErrback, will fire before all the deferreds as appropriate
    • type
      Function
  • dojo.DeferredList.gatherResults

    • parameters:
      • deferredList
    • summary
      Gathers the results of the deferreds for packaging
      as the parameters to the Deferred Lists' callback
    • type
      Function
  • dojo

    • type
      Object