Pacchetto | lc.procmgmt.ui.startpoint |
Classe | public class StartpointTileList |
Ereditarietà | StartpointTileList WorkspaceTileList |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
Versioni runtime: | 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.
Sintassi MXMLNascondi sintassi MXMLThe <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>
Proprietà MXML predefinitadataProvider
Elementi API correlati
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
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | StartpointTileList |
Eventi
Evento | Riepilogo | Definito da | ||
---|---|---|---|---|
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 |
Descrizione della funzione di costruzione
StartpointTileList | () | Funzione di costruzione |
public function StartpointTileList()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Descrizione degli eventi
detailsSelect | Evento |
Tipo di oggetto evento:
proprietà StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
proprietà StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user has selected the details of process in the list from Workspace.
invokeSelect | Evento |
Tipo di oggetto evento:
proprietà StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
proprietà StartpointEvent.type =
lc.startpoint.StartpointEvent
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 10 |
Versioni runtime: | 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, 02:44 PM Z