| Package | lc.procmgmt.ui.startpoint |
| Classe | public class StartpointTileList |
| Héritage | StartpointTileList WorkspaceTileList |
| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Versions du moteur d’exécution: | 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.
Syntaxe MXML
Masquer la syntaxe 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>
Propriété MXML par défautdataProvider
Eléments de l’API associés
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éthodes publiques
| Méthode | Défini par | ||
|---|---|---|---|
Constructor. | StartpointTileList | ||
Evénements
| Evénement | Synthèse | Défini par | ||
|---|---|---|---|---|
| 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 | |||
Détails du constructeur
StartpointTileList | () | Constructeur |
public function StartpointTileList()| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Détails de l’événement
detailsSelect | Evénement |
Type d’objet d’événement:
propriété StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEventpropriété StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user has selected the details of process in the list from Workspace.
invokeSelect | Evénement |
Type d’objet d’événement:
propriété StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEventpropriété StartpointEvent.type =
lc.startpoint.StartpointEvent| Version du langage: | ActionScript 3.0 |
| Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Versions du moteur d’exécution: | 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, 09:30 AM Z
Afficher la syntaxe MXML