ActionScript® 3.0 Referenzhandbuch für die Adobe® Flash®-Plattform
Home  |  Liste der Pakete und Klassen ausblenden |  Pakete  |  Klassen  |  Neue Funktionen  |  Stichwortverzeichnis  |  Anhänge  |  Warum auf Englisch?
Filter: Daten werden vom Server abgerufen...
Daten werden vom Server abgerufen...
com.adobe.guides.control 

IGuide  - AS3 ADEp-Handbücher

Paketcom.adobe.guides.control
Schnittstellepublic interface IGuide extends IGuideData , IGuideDisplay , IGuideErrors , IGuideNavigation , IGuideSource , IGuideVariables

Sprachversion: ActionScript 3.0
Produktversion: Adobe Digital Enterprise Platform Document Services - Handbücher 10
Laufzeitversionen: AIR 1.0, Flash Player 10.2

The IGuide interface is used to load, control and interact with a Guide definition.



Öffentliche Eigenschaften
 EigenschaftDefiniert von
 InheritedcurrentItem : IGuideNode
[schreibgeschützt] currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide.
IGuideNavigation
 InheritedcurrentPanel : IGuideNode
[schreibgeschützt] currentPanel is the GuideNode that represents the currently selected panel in the Guide.
IGuideNavigation
 InheriteddataSource : Object
Returns the dataSource object provided.
IGuideData
 Inheritederrors : IList
[schreibgeschützt] errors is an IList of GuideNodes that currently contain validation errors.
IGuideErrors
 InheritedhasNextPanel : Boolean
[schreibgeschützt] hasNextPanel returns whether there is a next panel currenly available.
IGuideNavigation
 InheritedhasPreviousPanel : Boolean
[schreibgeschützt] hasPreviousPanel returns whether there is a previous panel currenly available.
IGuideNavigation
 InheritedresizeToContent : Boolean
When set to true, the Guide will size it self to the content of the Guide.
IGuideDisplay
 InheritedresourceModule : IGuideResourceModule
A IGuideResourceModule identified the the locale and resource modules that support the Guide's resource strings.
IGuideSource
 InheritedrootNode : IGuideNode
[schreibgeschützt] rootNode is the top level GuideNode representing the current Guide instance's structure.
IGuideNavigation
 Inheritedsource : String
The url to the Guide file which to load.
IGuideSource
 InheritedstylePath : String
The path to the style asset which will be loaded by the Guide.
IGuideDisplay
 InheritedsubmitRequestTimestamp : Date
[schreibgeschützt] Returns the timestamp of the most recent submit request.
IGuideData
 InheritedsystemConfig : String
The System Configuration which must be a valid xml string defines the systems component mapping.
IGuideDisplay
 InheritedvariablesSource : Object
Returns the variablesSource provided by the guide as an object map.
IGuideVariables
Öffentliche Methoden
 MethodeDefiniert von
 Inherited
getData(type:String = "xml"):Object
The getData(type) method returns the data as an XML Object(default), or an Entity object if given type='entity'.
IGuideData
 Inherited
getValue(dataReference:String):*
The getValue(dataReference) method returns the data value from the model item referenced as the model's object type.
IGuideData
 Inherited
Returns the value of the variable in the guide.
IGuideVariables
 Inherited
getVariables(type:String = "map"):Object
Returns the variablesSource provided by the guide by default as an object map.
IGuideVariables
 Inherited
select will change the Guide view and focus to the provided GuideNode.
IGuideNavigation
 Inherited
selectFirst(type:String = "panel"):Boolean
selectFirst changes the guide to the first GuideNode instance of the type requested.
IGuideNavigation
 Inherited
selectLast(type:String = "panel"):Boolean
selectLast changes the guide to the last GuideNode instance of the type requested.
IGuideNavigation
 Inherited
selectNext(type:String = "panel"):Boolean
selectNext changes the guide to the next GuideNode instance of the type requested.
IGuideNavigation
 Inherited
selectPrevious(type:String = "panel"):Boolean
selectPrevious changes the guide to the previous GuideNode instance of the type requested.
IGuideNavigation
 Inherited
setValue(dataReference:String, value:*):void
The setValue(dataReference, value) method updates the model item data referenced with the provided value.
IGuideData
 Inherited
Sets the guide variable.
IGuideVariables
 Inherited
validate will validate the GuideNode provided, the whole Guide if nothing provided, a single Panel if a Panel Node is provided.
IGuideErrors




[ X ]Warum auf Englisch?
Inhalt des ActionScript 3.0-Referenzhandbuchs wird in englischer Sprache angezeigt

Nicht alle Teile des ActionScript 3.0-Referenzhandbuchs wurden in alle Sprachen übersetzt. Wenn der Text zu einem Sprachelement nicht übersetzt wurde, wird er auf Englisch angezeigt. Zum Beispiel wurden die Informationen zur ga.controls.HelpBox-Klasse nicht in andere Sprachen übersetzt. In der deutschen Version des Referenzhandbuchs erscheint der Abschnitt zur ga.controls.HelpBox-Klasse deshalb auf Englisch.