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

dojox/mobile/app/SceneAssistant.js

  • Provides:

    • dojox.mobile.app.SceneAssistant
  • dojox.mobile.app.SceneAssistant

    • type
      Function
    • summary
      The base class for all scene assistants.
  • dojox.mobile.app.SceneAssistant.constructor

    • constructor - constructor
    • type
      Function
  • dojox.mobile.app.SceneAssistant.setup

    • summary
      Called to set up the widget.  The UI is not visible at this time
    • type
      Function
  • dojox.mobile.app.SceneAssistant.activate

    • parameters:
      • params: (typeof Optional)
        paramters, only passed when a subsequent scene pops itself
        off the stack and passes back data.
    • summary
      Called each time the scene becomes visible.  This can be as a result
      of a new scene being created, or a subsequent scene being destroyed
      and control transferring back to this scene assistant.
    • type
      Function
  • dojox.mobile.app.SceneAssistant.deactivate

    • summary
      Called each time the scene becomes invisible.  This can be as a result
      of it being popped off the stack and destroyed,
      or another scene being created and pushed on top of it on the stack
    • type
      Function
  • dojox.mobile.app.SceneAssistant.destroy

    • type
      Function
  • dojox.mobile.app.SceneAssistant.connect

    • parameters:
      • obj
      • method
      • callback
    • type
      Function
  • dojox.mobile.app.SceneAssistant._connects

    • type
      Array
  • dojox.mobile.app.SceneAssistant.disconnect

    • type
      Function
  • dojox.mobile.app

    • type
      Object
  • dojox.mobile

    • type
      Object
  • dojox

    • type
      Object