Package | lc.procmgmt.ui.layout |
Classe | public class HeaderPaneModel |
Héritage | HeaderPaneModel PresentationModel EventDispatcher Object |
Implémente | IHelpSource |
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
HeaderPane
class provides the model implementation for the
HeaderPane
component.
Eléments de l’API associés
Propriétés publiques
Propriété | Défini par | ||
---|---|---|---|
constructor : Object
Référence à l’objet de classe ou à la fonction constructeur d’une occurrence donnée d’un objet. | 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 |
Méthodes publiques
Méthode | Défini par | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Enregistre un objet écouteur d’événement auprès d’un objet EventDispatcher afin que l’écouteur soit averti d’un événement. | 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 | ||
Distribue un événement dans le flux d’événements. | 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 | ||
Vérifie si des écouteurs sont enregistrés auprès de l’objet EventDispatcher pour un type spécifique d’événement. | EventDispatcher | ||
Indique si la propriété spécifiée d’un objet est définie. | Object | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
Indique si une occurrence de la classe Object figure dans la chaîne de prototype de l’objet spécifié en tant que paramètre. | Object | ||
Indique si la propriété spécifiée existe et est énumérable. | Object | ||
Supprime un écouteur de l’objet EventDispatcher. | EventDispatcher | ||
Définit la disponibilité d’une propriété dynamique pour les opérations en boucle. | Object | ||
Renvoie la représentation de chaîne de cet objet, formatée selon les paramètres régionaux en vigueur. | Object | ||
Renvoie la représentation sous forme de chaîne de l’objet spécifié. | Object | ||
Renvoie la valeur primitive de l’objet spécifié. | Object | ||
Vérifie si un écouteur d’événement est enregistré auprès de cet objet EventDispatcher ou de ses ancêtres pour le type d’événement spécifié. | EventDispatcher |
Méthodes protégées
Evénements
Constantes publiques
Constante | Défini par | ||
---|---|---|---|
STATE_MESSAGES : String = "messagesState" [statique]
A special value that specifies that the help was clicked in the header pane. | HeaderPaneModel | ||
STATE_NORMAL : String = "normalState" [statique]
A special value that specifies to set the header pane is in a normal state. | HeaderPaneModel | ||
STATE_PREFERENCES : String = "preferencesState" [statique]
A special value that specifies that the preferences link was clicked in the header pane. | HeaderPaneModel |
Détails de la propriété
state | propriété |
state:String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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.
Cette propriété peut être utilisée comme source de la liaison de données. Lorsque cette propriété est modifiée, elle distribue l’événement propertyChange
.
Implémentation
public function get state():String
public function set state(value:String):void
Détails de la méthode
getHelpTopic | () | méthode |
override public function getHelpTopic():String
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get the help topic string used in the url to reference help.
Valeur renvoyéeString — The help topic.
|
Détails de la constante
STATE_MESSAGES | Constante |
public static const STATE_MESSAGES:String = "messagesState"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the help was clicked in the header pane.
STATE_NORMAL | Constante |
public static const STATE_NORMAL:String = "normalState"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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 | Constante |
public static const STATE_PREFERENCES:String = "preferencesState"
Version du langage: | ActionScript 3.0 |
Version du produit: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Versions du moteur d’exécution: | 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, 09:30 AM Z