Pakket | lc.procmgmt.ui.startpoint |
Klasse | public class StartpointGridSelectorModel |
Overerving | StartpointGridSelectorModel PresentationModel EventDispatcher Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
StartpointGridSelectorModel
class acts as the presentation
model for the StartpointGridSelector
component.
Verwante API-elementen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
columns : Array
The collection of columns for the listview datagrid. | StartpointGridSelectorModel | ||
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | Object | ||
hotCharCode : uint [alleen-lezen]
The key code for the Enter hot key. | StartpointGridSelectorModel | ||
session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | ||
startpoint : Startpoint [alleen-lezen]
The currently selected startpoint. | StartpointGridSelectorModel | ||
startpoints : ListCollectionView
A collection of startpoints. | StartpointGridSelectorModel | ||
state : String [alleen-lezen]
The name of the state the current view is in. | PresentationModel |
Methode | Gedefinieerd door | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registreert een gebeurtenislistenerobject bij een object EventDispatcher, zodat de listener een melding van een gebeurtenis ontvangt. | EventDispatcher | ||
bindProperty(destination:Object, destinationProperty:String, source:Object, sourceChain:Object, commitOnly:Boolean = false):ChangeWatcher
Binds a public property on the destination object from a property or
property chain on the source object. | PresentationModel | ||
Verzendt een gebeurtenis naar de gebeurtenisstroom. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Controleert of het object EventDispatcher listeners heeft geregistreerd voor een specifiek type gebeurtenis. | EventDispatcher | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Invokes the selected startpoint when the hot key is detected. | StartpointGridSelectorModel | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Invokes an startpoint to start a process. | StartpointGridSelectorModel | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Verwijdert een listener uit het object EventDispatcher. | EventDispatcher | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Sets the currently selected startpoint. | StartpointGridSelectorModel | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object | ||
Controleert of een gebeurtenislistener is geregistreerd bij dit object EventDispatcher of een van de voorouders voor het opgegeven type gebeurtenis. | EventDispatcher |
Gebeurtenis | Overzicht | Gedefinieerd door | ||
---|---|---|---|---|
[uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de besturingssysteemfocus krijgt en actief wordt. | EventDispatcher | |||
[uitgezonden gebeurtenis] Wordt verzonden wanneer Flash Player of de AIR-toepassing de systeemfocus verliest en inactief wordt. | EventDispatcher | |||
Dispatched to invoke an startpoint. | StartpointGridSelectorModel |
columns | eigenschap |
columns:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The collection of columns for the listview datagrid.
Implementatie
public function get columns():Array
public function set columns(value:Array):void
hotCharCode | eigenschap |
hotCharCode:uint
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The key code for the Enter hot key.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get hotCharCode():uint
startpoint | eigenschap |
startpoint:Startpoint
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The currently selected startpoint.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get startpoint():Startpoint
startpoints | eigenschap |
startpoints:ListCollectionView
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A collection of startpoints.
Implementatie
public function get startpoints():ListCollectionView
public function set startpoints(value:ListCollectionView):void
hotKey | () | methode |
public function hotKey(event:KeyboardEvent):void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Invokes the selected startpoint when the hot key is detected.
Parameters
event:KeyboardEvent — Specifies the character code for the user keystroke.
|
invokeSelectedStartpoint | () | methode |
public function invokeSelectedStartpoint(startpoint:Object):void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Invokes an startpoint to start a process.
Parameters
startpoint:Object — Specifies the startpoint to be invoked.
|
setStartpoint | () | methode |
public function setStartpoint(startpoint:Object):void
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Sets the currently selected startpoint.
Parameters
startpoint:Object — Specifies the startpoint to be selected.
|
invokeSelect | Gebeurtenis |
lc.procmgmt.ui.startpoint.StartpointEvent
eigenschap StartpointEvent.type =
lc.procmgmt.ui.startpoint.StartpointEvent
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 10 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched to invoke an startpoint. Invoking an startpoint has the effect of starting a process.
Wed Jun 13 2018, 11:42 AM Z