| Paket | lc.procmgmt.ui.startpoint |
| Sınıf | public class StartpointTileList |
| Miras Alma | StartpointTileList WorkspaceTileList |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Çalışma Zamanı Sürümleri: | 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 Sözdizimi
MXML Sözdizimini GizleThe <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>
Varsayılan MXML ÖzelliğidataProvider
İlgili API Öğeleri
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
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
Constructor. | StartpointTileList | ||
Olaylar
| Olay | Özet | Tanımlayan: | ||
|---|---|---|---|---|
| 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 | |||
Yapıcı Ayrıntı
StartpointTileList | () | Yapıcı |
public function StartpointTileList()| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructor.
Olay Ayrıntısı
detailsSelect | Olay |
Olay Nesne Türü:
özellik StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEventözellik StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a user has selected the details of process in the list from Workspace.
invokeSelect | Olay |
Olay Nesne Türü:
özellik StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEventözellik StartpointEvent.type =
lc.startpoint.StartpointEvent| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
| Çalışma Zamanı Sürümleri: | 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:09 PM Z
MXML Sözdizimini Göster