Пакет | lc.procmgmt.ui.tracking |
Класс | public class ProcessInstanceDataGrid |
Наследование | ProcessInstanceDataGrid ![]() |
Реализует | IBindingClient |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
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
.
Связанные элементы API
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
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 |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | ProcessInstanceDataGrid |
Сведения о свойстве
processInstanceDataGridModel | свойство |
public var processInstanceDataGridModel:ProcessInstanceDataGridModel
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A ProcessInstanceDataGridModel
object that provides support for this view.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие Bindable
.
session | свойство |
public var session:SessionMap
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A SessionMap
object that stores infomation relating to the server session.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие Bindable
.
Сведения о конструкторе
ProcessInstanceDataGrid | () | Конструктор |
public function ProcessInstanceDataGrid()
Constructor.
Tue Jun 12 2018, 11:34 AM Z