(Beta)
Package | lc.procmgmt.ui.controls |
Class | public class CommandBarModel |
Inheritance | CommandBarModel EventDispatcher Object |
Subclasses | TaskActionCommandBarModel, TaskCommandBarModel, TaskRouteCommandBarModel |
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 SP1 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
CommandBarModel
class acts as the presentation model
for the CommandBar
control.
Related API Elements
Public Properties
Property | Defined By | ||
---|---|---|---|
commandButtonModels : ListCollectionView
The collection of CommandButtonModel presentation models
for the command button. | CommandBarModel | ||
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object |
Public Methods
Protected Methods
Method | Defined By | ||
---|---|---|---|
Registers event listeners for buttons that are clicked to commplete a task. | CommandBarModel | ||
Registers event listeners for errors and faults. | CommandBarModel |
Property Detail
commandButtonModels | property |
commandButtonModels:ListCollectionView
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 SP1 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
The collection of CommandButtonModel
presentation models
for the command button.
Implementation
public function get commandButtonModels():ListCollectionView
public function set commandButtonModels(value:ListCollectionView):void
Method Detail
redispatchEventHandler | () | method |
protected function redispatchEventHandler(event:lc.procmgmt.ui.task:TaskCommandEvent):void
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 SP1 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Registers event listeners for buttons that are clicked to commplete a task.
Use subclasses of the CommandBarModel
class to dispatch task commands.
Parameters
event:lc.procmgmt.ui.task:TaskCommandEvent — Specifies the event dispatched by the task command button.
|
redispatchFaultEventHandler | () | method |
protected function redispatchFaultEventHandler(event:LiveCycleFaultEvent):void
Language Version: | ActionScript 3.0 |
Product Version: | Adobe Digital Enterprise Platform Experience Services - Document Services ES2 SP1 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Registers event listeners for errors and faults.
Use subclasses of the CommandBarModel
class to dispatch task commands.
Parameters
event:LiveCycleFaultEvent — Specifies the event dispatched by the task command button.
|
Mon Nov 18 2013, 11:47 AM -08:00