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  
params — Property in class com.jadbox.flashmvc.Performance
Paremeters for the action class
perform(className, onComplete, ... rest) — Method in class com.jadbox.flashmvc.SuperModel
Runs an action class that is registered to the SuperModel.
perform(... rest) — Method in class com.jadbox.flashmvc.flex.ActionBinder
Performs the action on the SuperModel with the desired params
Performance — Final class in package com.jadbox.flashmvc
SuperModel can process a Performance class that mocks up the command that needs to run, its params, and a callback for success and fail.
Performance(name, onComplete, onFail, ... rest) — Constructor in class com.jadbox.flashmvc.Performance
Main contructor that can take in all the class fields.
process(meta:com.jadbox.flashmvc:Performance, ... rest) — Method in class com.jadbox.flashmvc.SuperModel
This method is feed a Performance class which details a command to be excuted by this 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