A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
action — Property in class com.jadbox.flashmvc.flex.ActionBinder
Sets or returns the action name to use with this utility
actionAdd(classRef) — Method in class com.jadbox.flashmvc.SuperModel
Registers an action class to this model.
actionAdded — Event in class com.jadbox.flashmvc.flex.ActionBinder
Dispatched when the action was added to the SuperModel
ACTION_ADD_REMOVE — Constant static property in class com.jadbox.flashmvc.SuperModelEvent
e.name is the action class name and e.status is true/false if it has been added or just removed from the SuperModel SuperModel had a variable change from a performing controller (e.name is the var name)
ActionBinder — Class in package com.jadbox.flashmvc.flex
Wraps FlashMVC SuperModel operations for a single action to a MXML component for ease of use.
ActionBinder() — Constructor in class com.jadbox.flashmvc.flex.ActionBinder
actionComplete — Event in class com.jadbox.flashmvc.flex.ActionBinder
Dispatched when the action completes
ACTION_COMPLETE — Constant static property in class com.jadbox.flashmvc.SuperModelEvent
Dispatched once an action on the SuperModel has finished performing and compeleted.
actionCompleteLocal — Event in class com.jadbox.flashmvc.flex.ActionBinder
/ Dispatched when the action completes, but only when this component performed it.
actionDisable — Event in class com.jadbox.flashmvc.flex.ActionBinder
Dispatched when the action was disabled on the SuperModel
actionEnable — Event in class com.jadbox.flashmvc.flex.ActionBinder
Dispatched when the action was enabled on the SuperModel
actionEnabled — Property in class com.jadbox.flashmvc.flex.ActionBinder
Sets or returns the action enabled state on the SuperModel
ACTION_ENABLED_CHANGE — Constant static property in class com.jadbox.flashmvc.SuperModelEvent
Dispatched when a action controller is enabled or disabled e.name is the action class name and e.status is true/false if it has been enabled or disabled
actionFail — Event in class com.jadbox.flashmvc.flex.ActionBinder
Dispatched when the action completes by actionHelper.fail();
ActionHelper — Class in package com.jadbox.flashmvc
This class is passed into the first parameter of the constructor of your action class
ActionHelper(type_this:com.jadbox.flashmvc:SuperModel) — Constructor in class com.jadbox.flashmvc.ActionHelper
This is called internally as the user never creates a new PerformanceHelper manually.
actionPerforming — Event in class com.jadbox.flashmvc.flex.ActionBinder
Dispatched when at least one of the actions of this name is performing
actionRemove(className) — Method in class com.jadbox.flashmvc.SuperModel
Removes an action from the model
actionRemoved — Event in class com.jadbox.flashmvc.flex.ActionBinder
Dispatched when the action was removed to the SuperModel
actions() — Method in class com.jadbox.flashmvc.SuperModel
Returns an array of String names for each action on the SuperModel
actionStoppedPerforming — Event in class com.jadbox.flashmvc.flex.ActionBinder
Dispatched when all actions of this name are not performing
addActionEventListener(action, eventName, callBack) — Method in class com.jadbox.flashmvc.SuperModel
Add an event listner for when an action dispatches an event on the its helper object.
addHasActionListeners(action, added, removed) — Method in class com.jadbox.flashmvc.SuperModel
This method allows you to specify callback functions for when an action is added or removed on the supermodel.
addResultListeners(action, success, fail) — Method in class com.jadbox.flashmvc.SuperModel
This method allows you to specify a success and fail callback function for a particular action class on the supermodel.
addStatusListeners(action, enabled, disabled) — Method in class com.jadbox.flashmvc.SuperModel
This method allows you to specify callback functions for when an action is enabled or disabled for a particular action class on the supermodel.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z