パッケージ | 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, 10:34 AM Z