Pakket | lc.procmgmt.ui.layout |
Klasse | public class HeaderPaneModel |
Overerving | HeaderPaneModel PresentationModel EventDispatcher Object |
Implementatie | IHelpSource |
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
HeaderPane
class provides the model implementation for the
HeaderPane
component.
Verwante API-elementen
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
constructor : Object
Verwijzing naar het klasseobject of de constructorfunctie van een bepaalde objectinstantie. | 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 |
Openbare methoden
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 | ||
[overschrijven]
Get the help topic string used in the url to reference help. | HeaderPaneModel | ||
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 | ||
Initializes the presentation model after the view bindings
are processed to prevent view bindings from overriding the initial model state. | PresentationModel | ||
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 | ||
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 |
Beschermde methoden
Gebeurtenissen
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
STATE_MESSAGES : String = "messagesState" [statisch]
A special value that specifies that the help was clicked in the header pane. | HeaderPaneModel | ||
STATE_NORMAL : String = "normalState" [statisch]
A special value that specifies to set the header pane is in a normal state. | HeaderPaneModel | ||
STATE_PREFERENCES : String = "preferencesState" [statisch]
A special value that specifies that the preferences link was clicked in the header pane. | HeaderPaneModel |
Eigenschapdetails
state | eigenschap |
state:String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get state():String
public function set state(value:String):void
Methodedetails
getHelpTopic | () | methode |
override public function getHelpTopic():String
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Get the help topic string used in the url to reference help.
Geretourneerde waardeString — The help topic.
|
Constantedetails
STATE_MESSAGES | Constante |
public static const STATE_MESSAGES:String = "messagesState"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | 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"
Taalversie: | ActionScript 3.0 |
Productversie: | Adobe Digital Enterprise Platform Document Services - Workspace 9 |
Runtimeversies: | AIR (unsupported), Flash Player 9, Flash Player 10 |
A special value that specifies that the preferences link was clicked in the header pane.
Wed Jun 13 2018, 11:42 AM Z