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...
com.adobe.guides.control 

IGuide  - AS3 ADEP - Guide

Pacchettocom.adobe.guides.control
Interfacciapublic interface IGuide extends IGuideData , IGuideDisplay , IGuideErrors , IGuideNavigation , IGuideSource , IGuideVariables

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Document Services - Guide 10
Versioni runtime: AIR 1.0, Flash Player 10.2

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



Proprietà pubbliche
 ProprietàDefinito da
 InheritedcurrentItem : IGuideNode
[sola lettura] currentItem is the GuideNode that represents the currently selected item on the current panel in the Guide.
IGuideNavigation
 InheritedcurrentPanel : IGuideNode
[sola lettura] currentPanel is the GuideNode that represents the currently selected panel in the Guide.
IGuideNavigation
 InheriteddataSource : Object
Returns the dataSource object provided.
IGuideData
 Inheritederrors : IList
[sola lettura] errors is an IList of GuideNodes that currently contain validation errors.
IGuideErrors
 InheritedhasNextPanel : Boolean
[sola lettura] hasNextPanel returns whether there is a next panel currenly available.
IGuideNavigation
 InheritedhasPreviousPanel : Boolean
[sola lettura] 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
[sola lettura] 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
[sola lettura] 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
Metodi pubblici
 MetodoDefinito da
 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 ]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.