| Pacchetto | lc.procmgmt.ui.layout |
| Classe | public class HeaderPaneModel |
| Ereditarietà | HeaderPaneModel PresentationModel EventDispatcher Object |
| Implementa | IHelpSource |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
HeaderPane class provides the model implementation for the
HeaderPane component.
Elementi API correlati
Proprietà pubbliche
| Proprietà | Definito da | ||
|---|---|---|---|
![]() | constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | |
![]() | session : SessionMap
A SessionMap object that stores information relating to the server session. | PresentationModel | |
| state : String
The name of the state the current view is in. | HeaderPaneModel | ||
Metodi pubblici
| 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 | |
[override]
Get the help topic string used in the url to reference help. | HeaderPaneModel | ||
![]() |
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 | |
![]() |
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | |
![]() |
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 | |
![]() |
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 | |
Metodi protetti
Eventi
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| STATE_MESSAGES : String = "messagesState" [statico]
A special value that specifies that the help was clicked in the header pane. | HeaderPaneModel | ||
| STATE_NORMAL : String = "normalState" [statico]
A special value that specifies to set the header pane is in a normal state. | HeaderPaneModel | ||
| STATE_PREFERENCES : String = "preferencesState" [statico]
A special value that specifies that the preferences link was clicked in the header pane. | HeaderPaneModel | ||
Descrizione delle proprietà
state | proprietà |
state:String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The name of the state the current view is in. This property is only for read-only use.
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 state():String public function set state(value:String):voidDescrizione dei metodi
getHelpTopic | () | metodo |
override public function getHelpTopic():String| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get the help topic string used in the url to reference help.
RestituisceString — The help topic.
|
Descrizione delle costanti
STATE_MESSAGES | Costante |
public static const STATE_MESSAGES:String = "messagesState"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the help was clicked in the header pane.
STATE_NORMAL | Costante |
public static const STATE_NORMAL:String = "normalState"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies to set the header pane is in a normal state.
STATE_PREFERENCES | Costante |
public static const STATE_PREFERENCES:String = "preferencesState"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Adobe Digital Enterprise Platform Document Services - Area di lavoro 9 |
| Versioni runtime: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the preferences link was clicked in the header pane.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate