패키지 | 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:17 PM Z