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.icc.dc.domain 

IContainerInstance  - AS3 Asset Composer

Pacchettocom.adobe.icc.dc.domain
Interfacciapublic interface IContainerInstance
Implementatori ConditionModuleInstance, ListModuleInstance, TargetInstance

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

Interface to be implemented by the container classes that can contain selected or optional ModuleInstance objects



Proprietà pubbliche
 ProprietàDefinito da
  contents : IList
[sola lettura] List of the contents associated with this Container instance.
IContainerInstance
  name : String
[sola lettura] The name property of the Container instance.
IContainerInstance
  open : Boolean
[sola lettura] True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter.
IContainerInstance
  ordered : Boolean
[sola lettura] True if the container's contents order is fixed; false if its contents can be re-ordered.
IContainerInstance
Metodi pubblici
 MetodoDefinito da
  
moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Moves the selected content inside the Container area in up or down direction with respect to it's current position.
IContainerInstance
  
Removes the selected content from the container area.
IContainerInstance
Descrizione delle proprietà

contents

proprietà
contents:IList  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

List of the contents associated with this Container instance.

Questa proprietà può essere utilizzata come origine per l’associazione di dati. Quando questa proprietà viene modificata, invia l’evento propertyChange .



Implementazione
    public function get contents():IList

name

proprietà 
name:String  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

The name property of the Container instance.



Implementazione
    public function get name():String

open

proprietà 
open:Boolean  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

True if the container is open to extra content; false if it only allows content that was explicitly assigned to it in the letter.



Implementazione
    public function get open():Boolean

ordered

proprietà 
ordered:Boolean  [sola lettura]

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

True if the container's contents order is fixed; false if its contents can be re-ordered.



Implementazione
    public function get ordered():Boolean
Descrizione dei metodi

moveContent

()metodo
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

Moves the selected content inside the Container area in up or down direction with respect to it's current position.

Parametri

sourceModule:IModuleInstance — The selected content.
 
moveUp:Boolean — Value true moves the selected content a level up from it's current position.

removeContent

()metodo 
public function removeContent(sourceModule:IModuleInstance):void

Versione linguaggio: ActionScript 3.0
Versione prodotto: Blocco costitutivo Asset Composer 10.0
Versioni runtime: AIR (unsupported), Flash Player 10.2

Removes the selected content from the container area.

Parametri

sourceModule:IModuleInstance — The selected content.





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