Пакет | lc.procmgmt.ui.startpoint |
Класс | public class StartpointTileList |
Наследование | StartpointTileList WorkspaceTileList |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
StartpointTileList
component is configured to use the
StartpointCardRenderer
component to display startpoints in a grid,
as well as pass on relevant events from the renderer.
Use this component in scenarios where a grid of startpoint cards are required
similar to the ones used in Workspace.
Синтаксис MXMLСкрыть синтаксис MXMLThe <lc:StartpointTileList> tag inherits all of the tag attributes of its superclass, and adds the
following tag attributes::
<lc:StartpointTileList Properties id="startpointTileList" styleName="cardTileList" Events detailsSelect="dispatchEvent(event)" invokeSelect="dispatchEvent(event)"> <lc:itemRenderer> <mx:Component> <lc:StartpointCardRenderer detailsSelect="owner.dispatchEvent(event)" invokeSelect="owner.dispatchEvent(event)"/> </mx:Component> </lc:itemRenderer> </lc:StartpointTileList>
Свойство MXML по умолчаниюdataProvider
Связанные элементы API
lc.procmgmt.ui.startpoint.StartpointCardRenderer
lc.procmgmt.ui.startpoint.StartpointEvent
lc.procmgmt.ui.startpoint.StartpointCardRenderer
lc.procmgmt.ui.startpoint.StartpointEvent
lc.procmgmt.ui.startpoint.StartpointCardRenderer
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
Constructor. | StartpointTileList |
События
Событие | Сводка | Определено | ||
---|---|---|---|---|
Dispatched when a user has selected the details of process in the list from Workspace. | StartpointTileList | |||
Dispatched when a user has selected to start a process from the list. | StartpointTileList |
Сведения о конструкторе
StartpointTileList | () | Конструктор |
public function StartpointTileList()
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Сведения о событии
detailsSelect | Событие |
Тип объекта события:
свойство StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
свойство StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user has selected the details of process in the list from Workspace.
invokeSelect | Событие |
Тип объекта события:
свойство StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
свойство StartpointEvent.type =
lc.startpoint.StartpointEvent
Язык версии: | ActionScript 3.0 |
Версия продукта: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Версии среды выполнения: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user has selected to start a process from the list. When a user selects a process, an startpoint is invoked.
Tue Jun 12 2018, 11:34 AM Z