| Paket | lc.procmgmt.ui.startpoint |
| Klass | public class StartpointTileList |
| Arv | StartpointTileList WorkspaceTileList |
| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Körningsmiljöversioner: | 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-syntax
Dölj MXML-syntaxThe <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-standardegenskapdataProvider
Relaterade API-element
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
Publika metoder
| Metod | Definieras med | ||
|---|---|---|---|
Constructor. | StartpointTileList | ||
Händelser
| Händelse | Sammanfattning | Definieras med | ||
|---|---|---|---|---|
| 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 | |||
Konstruktordetaljer
StartpointTileList | () | Konstruktor |
public function StartpointTileList()| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Händelsedetaljer
detailsSelect | Händelse |
Typ av händelseobjekt:
egenskap StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEventegenskap StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Körningsmiljöversioner: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user has selected the details of process in the list from Workspace.
invokeSelect | Händelse |
Typ av händelseobjekt:
egenskap StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEventegenskap StartpointEvent.type =
lc.startpoint.StartpointEvent| Språkversion: | ActionScript 3.0 |
| Produktversion: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Körningsmiljöversioner: | 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, 01:40 PM Z
Visa MXML-syntax