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.mosaic.om.interfaces 

IMosaicNode  - AS3 ADEP Composite Application

Pacchettocom.adobe.mosaic.om.interfaces
Interfacciapublic interface IMosaicNode

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versioni runtime: AIR 2.6, Flash Player 10.2

The IMosaicNode interface provides methods for retrieving information about nodes in the DOM.



Proprietà pubbliche
 ProprietàDefinito da
  childrenNodes : Array
[sola lettura] Returns an array of child nodes (IMosaicNode objects) of the node.
IMosaicNode
  nodeID : String
[sola lettura] Returns the ID of the node.
IMosaicNode
  nodeLabel : String
Returns the label of the tile.
IMosaicNode
  nodeName : String
[sola lettura] Returns the name of the node.
IMosaicNode
  nodeType : String
[sola lettura] Returns the type value of the node.
IMosaicNode
  parentNode : IMosaicNode
[sola lettura] Returns the direct parent node of the current node within the application.
IMosaicNode
  uniqueID : String
[sola lettura] Returns the generated unique ID of the node.
IMosaicNode
Metodi pubblici
 MetodoDefinito da
  
Clones an IMosaicNode.
IMosaicNode
  
resolveReferences(onSuccess:Function = null, onFailure:Function = null):void
Resolves any reference elements that may be in the View, Panel, or Tile.
IMosaicNode
Descrizione delle proprietà

childrenNodes

proprietà
childrenNodes:Array  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns an array of child nodes (IMosaicNode objects) of the node.



Implementazione
    public function get childrenNodes():Array

nodeID

proprietà 
nodeID:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns the ID of the node.



Implementazione
    public function get nodeID():String

nodeLabel

proprietà 
nodeLabel:String

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns the label of the tile.



Implementazione
    public function get nodeLabel():String
    public function set nodeLabel(value:String):void

nodeName

proprietà 
nodeName:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns the name of the node.



Implementazione
    public function get nodeName():String

nodeType

proprietà 
nodeType:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns the type value of the node. One of: "application", "view", "panel", or "tile".



Implementazione
    public function get nodeType():String

parentNode

proprietà 
parentNode:IMosaicNode  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns the direct parent node of the current node within the application.



Implementazione
    public function get parentNode():IMosaicNode

uniqueID

proprietà 
uniqueID:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versioni runtime: AIR 2.6, Flash Player 10.2

Returns the generated unique ID of the node. Unique ID is only constant during a single run of the applicaiton.



Implementazione
    public function get uniqueID():String
Descrizione dei metodi

clone

()metodo
public function clone():IMosaicNode

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versioni runtime: AIR 2.6, Flash Player 10.2

Clones an IMosaicNode.

Restituisce
IMosaicNode — clone The cloned IMosaicNode

resolveReferences

()metodo 
public function resolveReferences(onSuccess:Function = null, onFailure:Function = null):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 9.5
Versioni runtime: AIR 2.6, Flash Player 10.2

Resolves any reference elements that may be in the View, Panel, or Tile. The resulting ResolveReferencesEvent indicating success or failure is returned in the callback function and also dispatched to the MessageListeners.

Parametri

onSuccess:Function (default = null) — A function that takes in one parameter of type ResolveReferencesEvent that is called when the view is saved successfully.
 
onFailure:Function (default = null) — A function that takes in one parameter of type ResolveReferencesEvent that is called when the view save fails.





[ 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.