Pacote | com.adobe.icc.dc.domain |
Interface | public interface IContainerInstance |
Implementadores | ConditionModuleInstance, ListModuleInstance, TargetInstance |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
ModuleInstance
objects
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
contents : IList [somente leitura]
List of the contents associated with this Container instance. | IContainerInstance | ||
name : String [somente leitura]
The name property of the Container instance. | IContainerInstance | ||
open : Boolean [somente leitura]
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 [somente leitura]
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 |
Detalhes da propriedade
contents | propriedade |
contents:IList
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Essa propriedade pode ser usada como a origem para o vínculo de dados. Quando essa propriedade é modificada, ela despacha o evento propertyChange
.
Implementação
public function get contents():IList
name | propriedade |
open | propriedade |
open:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de 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.
Implementação
public function get open():Boolean
ordered | propriedade |
ordered:Boolean
[somente leitura] Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implementação
public function get ordered():Boolean
Detalhes do método
moveContent | () | método |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de 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.
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
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Composer Building Block 10.0 |
Versões de runtime: | AIR (unsupported), Flash Player 10.2 |
Removes the selected content from the container area.
Parâmetros
sourceModule:IModuleInstance — The selected content.
|
Wed Jun 13 2018, 11:10 AM Z