Package | lc.procmgmt.ui.task |
Class | public class TaskActionCommandBarModel |
Inheritance | TaskActionCommandBarModel 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 |
TaskActionCommandBarModel
class acts as the model for the
TaskCommandBar
component for handling actions performed on a task.
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 | ||
includeCompleteCommand : Boolean [read-only]
A flag that indicates whether to include the Complete button. | TaskActionCommandBarModel | ||
task : lc.procmgmt.domain:Task [read-only]
The Task object representing the task to perform an action on. | TaskActionCommandBarModel | ||
visibleLabels : Boolean
A flag that indicates whether the labels are visible. | TaskActionCommandBarModel |
Method | Defined By | ||
---|---|---|---|
Constructor. | TaskActionCommandBarModel | ||
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 | ||
Filters the actions that can be performed on a task by name. | TaskActionCommandBarModel | ||
Dispatches an event into the event flow. | EventDispatcher | ||
Retrieves a list of actionsthat can be completed on the task. | TaskActionCommandBarModel | ||
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 | ||
Reloads the model data. | TaskActionCommandBarModel | ||
Removes a listener from the EventDispatcher object. | EventDispatcher | ||
Reinitializes the model. | TaskActionCommandBarModel | ||
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 perform an action on a task. | TaskActionCommandBarModel |
Constant | Defined By | ||
---|---|---|---|
COMMAND_FORWARD : String = "commandForward" [static]
A special value that specifies to forward the task. | TaskActionCommandBarModel | ||
COMMAND_LOCK : String = "commandLock" [static]
A special value that specifies to lock the task. | TaskActionCommandBarModel |
includeCompleteCommand | property |
includeCompleteCommand: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 indicates whether to include the Complete button.
The default is false
, which indicates to not include 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 includeCompleteCommand():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 |
The Task
object representing the task to perform an action on.
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
visibleLabels | property |
visibleLabels:Boolean
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 indicates whether the labels are visible.
Implementation
public function get visibleLabels():Boolean
public function set visibleLabels(value:Boolean):void
TaskActionCommandBarModel | () | Constructor |
public function TaskActionCommandBarModel()
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.
addFilterCommandName | () | method |
public function addFilterCommandName(taskCommandName:String):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 |
Filters the actions that can be performed on a task by name.
Parameters
taskCommandName:String — Specifies the name of action to filter.
|
generateList | () | method |
public function generateList(value:Object):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 |
Retrieves a list of actionsthat can be completed on the task.
Parameters
value:Object — Specifies an Object . Reserved for future use.
|
refresh | () | method |
public function refresh():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 |
Reloads the model data.
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 perform an action on a task.
COMMAND_FORWARD | Constant |
public static const COMMAND_FORWARD:String = "commandForward"
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 special value that specifies to forward the task.
COMMAND_LOCK | Constant |
public static const COMMAND_LOCK:String = "commandLock"
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 special value that specifies to lock the task.
Wed Nov 21 2018, 06:34 AM -08:00