Pacote | lc.procmgmt.ui.startpoint |
Classe | public class StartpointTileList |
Herança | StartpointTileList WorkspaceTileList |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de 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.
Sintaxe MXMLOcultar sintaxe 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>
Propriedade MXML padrãodataProvider
Elementos da API relacionados
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
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | StartpointTileList |
Eventos
Evento | Resumo | Definido por | ||
---|---|---|---|---|
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 |
Detalhes do construtor
StartpointTileList | () | Construtor |
public function StartpointTileList()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Detalhe do evento
detailsSelect | Evento |
Tipo do objeto de evento:
propriedade StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
propriedade StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de 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 do objeto de evento:
propriedade StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
propriedade StartpointEvent.type =
lc.startpoint.StartpointEvent
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Versões de 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.
Wed Jun 13 2018, 11:10 AM Z