Pacchetto | lc.procmgmt.ui.startpoint |
Classe | public class StartpointGridSelectorModel |
Ereditarietà | StartpointGridSelectorModel PresentationModel EventDispatcher Object |
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 |
StartpointGridSelectorModel
class acts as the presentation
model for the StartpointGridSelector
component.
Elementi API correlati
Proprietà | Definito da | ||
---|---|---|---|
columns : Array
The collection of columns for the listview datagrid. | StartpointGridSelectorModel | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
hotCharCode : uint [sola lettura]
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 [sola lettura]
The currently selected startpoint. | StartpointGridSelectorModel | ||
startpoints : ListCollectionView
A collection of startpoints. | StartpointGridSelectorModel | ||
state : String [sola lettura]
The name of the state the current view is in. | PresentationModel |
Metodo | Definito da | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | 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 | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters. | PresentationModel | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | 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 | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Sets the currently selected startpoint. | StartpointGridSelectorModel | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Evento | Riepilogo | Definito da | ||
---|---|---|---|---|
[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR ottiene lo stato di attivazione del sistema operativo ed entra nello stato attivo. | EventDispatcher | |||
[evento di trasmissione] Inviato quando Flash Player o l'applicazione AIR perde l'attivazione del sistema operativo e sta entrando nello stato inattivo. | EventDispatcher | |||
Dispatched to invoke an startpoint. | StartpointGridSelectorModel |
columns | proprietà |
columns:Array
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 |
The collection of columns for the listview datagrid.
Implementazione
public function get columns():Array
public function set columns(value:Array):void
hotCharCode | proprietà |
hotCharCode:uint
[sola lettura] 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 |
The key code for the Enter hot key.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get hotCharCode():uint
startpoint | proprietà |
startpoint:Startpoint
[sola lettura] 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 |
The currently selected startpoint.
Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange
.
Implementazione
public function get startpoint():Startpoint
startpoints | proprietà |
startpoints:ListCollectionView
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 |
A collection of startpoints.
Implementazione
public function get startpoints():ListCollectionView
public function set startpoints(value:ListCollectionView):void
hotKey | () | metodo |
public function hotKey(event:KeyboardEvent):void
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 |
Invokes the selected startpoint when the hot key is detected.
Parametri
event:KeyboardEvent — Specifies the character code for the user keystroke.
|
invokeSelectedStartpoint | () | metodo |
public function invokeSelectedStartpoint(startpoint:Object):void
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 |
Invokes an startpoint to start a process.
Parametri
startpoint:Object — Specifies the startpoint to be invoked.
|
setStartpoint | () | metodo |
public function setStartpoint(startpoint:Object):void
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 |
Sets the currently selected startpoint.
Parametri
startpoint:Object — Specifies the startpoint to be selected.
|
invokeSelect | Evento |
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 to invoke an startpoint. Invoking an startpoint has the effect of starting a process.
Tue Jun 12 2018, 02:44 PM Z