Package | lc.procmgmt.ui.task |
Class | public class TaskCommandBarModel |
Inheritance | TaskCommandBarModel CommandBarModel EventDispatcher Object |
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 |
TasCommandBarModel
class acts as the model for the
TaskCommandBar
component.
Related API Elements
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 | ||
enabled : Boolean [read-only]
A flag that specifies whether action and route buttons are enabled. | TaskCommandBarModel | ||
includeActionComplete : Boolean [read-only]
A flag that specifies whether to include the Complete button. | TaskCommandBarModel | ||
includeSpecialRoutesOnly : Boolean [read-only]
A flag that specifies whether to display buttons for routes from completing the task, such as Approve or Deny. | TaskCommandBarModel | ||
task : lc.procmgmt.domain:Task [read-only]
A Task object representing the task. | TaskCommandBarModel | ||
taskActionCommandBarModel : lc.procmgmt.ui.task:TaskActionCommandBarModel [read-only]
A TaskRouteCommandBarModel object that stores the actions that can be performed on a task. | TaskCommandBarModel | ||
taskRouteCommandBarModel : lc.procmgmt.ui.task:TaskRouteCommandBarModel [read-only]
A TaskRouteCommandBarModel object that stores the buttons to complete a task. | TaskCommandBarModel | ||
visible : Boolean [read-only]
A flag that specifies whether action and route buttons are visible. | TaskCommandBarModel | ||
visibleActionLabels : Boolean [read-only]
A flag that specifies whether to display the actions buttons available for a task. | TaskCommandBarModel | ||
visibleRouteLabels : Boolean [read-only]
A flag that specifies whether to display the route buttons for a task. | TaskCommandBarModel |
Method | Defined By | ||
---|---|---|---|
Constructor. | TaskCommandBarModel | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | EventDispatcher | ||
Dispatches an event into the event flow. | EventDispatcher | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | EventDispatcher | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Removes a listener from the EventDispatcher object. | EventDispatcher | ||
Reinitializes the model. | TaskCommandBarModel | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type. | EventDispatcher |
Event | Summary | Defined By | ||
---|---|---|---|---|
[broadcast event] Dispatched when the Flash Player or AIR application gains operating system focus and becomes active. | EventDispatcher | |||
[broadcast event] Dispatched when the Flash Player or AIR application operating loses system focus and is becoming inactive. | EventDispatcher | |||
Dispatched when a user clicks a button to complete a task or perform an action on a task. | TaskCommandBarModel |
enabled | property |
enabled:Boolean
[read-only] 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 |
A flag that specifies whether action and route buttons are enabled.
The default value of true
indicates that action and route buttons are enabled.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get enabled():Boolean
includeActionComplete | property |
includeActionComplete:Boolean
[read-only] 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 |
A flag that specifies whether to include the Complete button. The default is false
, which
indicates to exclude the Complete button.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get includeActionComplete():Boolean
includeSpecialRoutesOnly | property |
includeSpecialRoutesOnly:Boolean
[read-only] 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 |
A flag that specifies whether to display buttons for routes from completing the task, such as Approve or Deny.
The default is false
, which indicates to display the Complete button.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get includeSpecialRoutesOnly():Boolean
task | property |
task:lc.procmgmt.domain:Task
[read-only] 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 |
A Task
object representing the task.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get task():lc.procmgmt.domain:Task
Related API Elements
taskActionCommandBarModel | property |
taskActionCommandBarModel:lc.procmgmt.ui.task:TaskActionCommandBarModel
[read-only] 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 |
A TaskRouteCommandBarModel
object that stores the actions that can be performed on a task.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get taskActionCommandBarModel():lc.procmgmt.ui.task:TaskActionCommandBarModel
taskRouteCommandBarModel | property |
taskRouteCommandBarModel:lc.procmgmt.ui.task:TaskRouteCommandBarModel
[read-only] 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 |
A TaskRouteCommandBarModel
object that stores the buttons to complete a task.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get taskRouteCommandBarModel():lc.procmgmt.ui.task:TaskRouteCommandBarModel
Related API Elements
visible | property |
visible:Boolean
[read-only] 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 |
A flag that specifies whether action and route buttons are visible. The default is true
,
which indicates to display action and route buttons when they are available.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get visible():Boolean
visibleActionLabels | property |
visibleActionLabels:Boolean
[read-only] 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 |
A flag that specifies whether to display the actions buttons available for a task. The default
value is false
, which indicates not to display the action buttons.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get visibleActionLabels():Boolean
visibleRouteLabels | property |
visibleRouteLabels:Boolean
[read-only] 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 |
A flag that specifies whether to display the route buttons for a task. The default
value is true
, which indicates not to display the route buttons.
This property can be used as the source for data binding. When this property is modified, it dispatches the propertyChange
event.
Implementation
public function get visibleRouteLabels():Boolean
TaskCommandBarModel | () | Constructor |
public function TaskCommandBarModel()
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 |
Constructor.
reset | () | method |
public function reset():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 |
Reinitializes the model.
taskCommandEvent | Event |
lc.procmgmt.ui.task.TaskCommandEvent
property TaskCommandEvent.type =
lc.procmgmt.ui.task.TaskCommandEvent.TASK_COMMAND_EVENT
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 |
Dispatched when a user clicks a button to complete a task or perform an action on a task.
Mon Nov 18 2013, 11:47 AM -08:00