套件 | 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 語法隱藏 MXML 語法The <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, 03:47 PM Z