Guida di riferimento di ActionScript® 3.0 per la piattaforma Adobe® Flash®
Home  |  Nascondi elenco pacchetti e classi |  Pacchetti  |  Classi  |  Novità  |  Indice  |  Appendici  |  Perché in inglese?
Filtri: Recupero dati dal server...
Recupero dati dal server...
lc.procmgmt.ui.startpoint 

StartpointGridSelectorModel  - AS3 ADEP - Area di lavoro

Pacchettolc.procmgmt.ui.startpoint
Classepublic class StartpointGridSelectorModel
EreditarietàStartpointGridSelectorModel Inheritance PresentationModel Inheritance EventDispatcher Inheritance 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

The StartpointGridSelectorModel class acts as the presentation model for the StartpointGridSelector component.

Elementi API correlati



Proprietà pubbliche
 ProprietàDefinito da
  columns : Array
The collection of columns for the listview datagrid.
StartpointGridSelectorModel
 Inheritedconstructor : 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
 Inheritedsession : 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
 Inheritedstate : String
[sola lettura] The name of the state the current view is in.
PresentationModel
Metodi pubblici
 MetodoDefinito da
 Inherited
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
 Inherited
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
 Inherited
Invia un evento nel flusso di eventi.
EventDispatcher
 Inherited
getCSSStyle(declaration:String, styleProperty:String, defaultValue:Object = null):Object
Returns the corresponding cascading style sheet (CSS) property to use based on the specified parameters.
PresentationModel
 Inherited
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento.
EventDispatcher
 Inherited
Indica se per un oggetto è definita una proprietà specifica.
Object
  
Invokes the selected startpoint when the hot key is detected.
StartpointGridSelectorModel
 Inherited
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
 Inherited
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro.
Object
 Inherited
Indica se la proprietà specificata esiste ed è enumerabile.
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Rimuove un listener dall'oggetto EventDispatcher.
EventDispatcher
 Inherited
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche.
Object
  
Sets the currently selected startpoint.
StartpointGridSelectorModel
 Inherited
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate.
Object
 Inherited
Restituisce la rappresentazione in formato stringa dell'oggetto specificato.
Object
 Inherited
Restituisce il valore di base dell'oggetto specificato.
Object
 Inherited
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato.
EventDispatcher
Metodi protetti
 MetodoDefinito da
 Inherited
setState(newState:String):void
Sets the state property to a new value and causes a PropertyChangeEvent event.
PresentationModel
Eventi
 Evento Riepilogo Definito da
 Inherited[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
 Inherited[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
Descrizione delle proprietà

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
Descrizione dei metodi

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.

Descrizione degli eventi

invokeSelect

Evento
Tipo di oggetto 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.





[ X ]Perché in inglese?
Il contenuto della Guida di riferimento di ActionScript 3.0 appare in inglese

Non tutte le parti della Guida di riferimento di ActionScript 3.0 sono tradotte in tutte le lingue. Quando un elemento del linguaggio non è tradotto, viene riportato in inglese. Ad esempio, la classe ga.controls.HelpBox non è tradotta in nessuna lingua. Pertanto, nella versione italiana della guida di riferimento, la descrizione della classe ga.controls.HelpBox è riportata in inglese.