Pacchetto | com.adobe.icc.dc.domain |
Interfaccia | public 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 |
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
Metodo | Definito da | ||
---|---|---|---|
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à |
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.
|
Tue Jun 12 2018, 02:44 PM Z