ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
lc.procmgmt.ui.tracking 

ProcessInstanceDataGrid  - AS3 ADEP Workspace

Packagelc.procmgmt.ui.tracking
Classpublic class ProcessInstanceDataGrid
InheritanceProcessInstanceDataGrid Inheritance ProcessInstanceDataGridBase
Implements IBindingClient

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

The ProcessInstanceDataGrid component manages the views of process instance in different states, such as empty state, with data and detail state and displays it as a datagrid. Use the ProcessInstanceDataGrid component to add a visual component for displaying process instances in the data grid user interface.

The ProcessInstanceDataGrid component interacts with the ProcessInstanceDataGridModel class. The model provides the grid that contains the ProcessInstances.

Related API Elements



Public Properties
 PropertyDefined By
  processInstanceDataGridModel : ProcessInstanceDataGridModel
A ProcessInstanceDataGridModel object that provides support for this view.
ProcessInstanceDataGrid
  session : SessionMap
A SessionMap object that stores infomation relating to the server session.
ProcessInstanceDataGrid
Public Methods
 MethodDefined By
  
Constructor.
ProcessInstanceDataGrid
Property Detail

processInstanceDataGridModel

property
public var processInstanceDataGridModel:ProcessInstanceDataGridModel

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A ProcessInstanceDataGridModel object that provides support for this view.

This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable event.

session

property 
public var session:SessionMap

Language Version: ActionScript 3.0
Product Version: Adobe Digital Enterprise Platform Document Services - Workspace 9
Runtime Versions: AIR (unsupported), Flash Player 9, Flash Player 10

A SessionMap object that stores infomation relating to the server session.

This property can be used as the source for data binding. When this property is modified, it dispatches the Bindable event.

Constructor Detail

ProcessInstanceDataGrid

()Constructor
public function ProcessInstanceDataGrid()

Constructor.