包 | 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, 11:04 AM Z