| Paquete | com.adobe.icc.dc.domain |
| Interfaz | public interface IContainerInstance |
| Implementadores | ConditionModuleInstance, ListModuleInstance, TargetInstance |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 10.0 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
ModuleInstance objects
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| contents : IList [solo lectura]
List of the contents associated with this Container instance. | IContainerInstance | ||
| name : String [solo lectura]
The name property of the Container instance. | IContainerInstance | ||
| open : Boolean [solo lectura]
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 [solo lectura]
True if the container's contents order is fixed; false if its contents can be re-ordered. | IContainerInstance | ||
Métodos públicos
| Método | Definido por | ||
|---|---|---|---|
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 | ||
Información sobre propiedades
contents | propiedad |
contents:IList [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 10.0 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Esta propiedad se puede utilizar como origen para la vinculación de datos. Cuando se modifica esta propiedad, distribuye el evento propertyChange .
Implementación
public function get contents():IListname | propiedad |
open | propiedad |
open:Boolean [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 10.0 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get open():Booleanordered | propiedad |
ordered:Boolean [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 10.0 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implementación
public function get ordered():BooleanInformación sobre métodos
moveContent | () | método |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 10.0 |
| Versiones de motor de ejecución: | 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.
Parámetros
sourceModule:IModuleInstance — The selected content.
| |
moveUp:Boolean — Value true moves the selected content a level up from it's current position.
|
removeContent | () | método |
public function removeContent(sourceModule:IModuleInstance):void| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Bloque de construcción Asset Composer 10.0 |
| Versiones de motor de ejecución: | AIR (unsupported), Flash Player 10.2 |
Removes the selected content from the container area.
Parámetros
sourceModule:IModuleInstance — The selected content.
|
Tue Jun 12 2018, 02:12 PM Z