Pakiet | com.adobe.icc.dc.domain |
Interfejs | public interface IContainerInstance |
Implementory | ConditionModuleInstance, ListModuleInstance, TargetInstance |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
ModuleInstance
objects
Właściwości publiczne
Właściwość | Zdefiniowane przez | ||
---|---|---|---|
contents : IList [tylko do odczytu]
List of the contents associated with this Container instance. | IContainerInstance | ||
name : String [tylko do odczytu]
The name property of the Container instance. | IContainerInstance | ||
open : Boolean [tylko do odczytu]
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 [tylko do odczytu]
True if the container's contents order is fixed; false if its contents can be re-ordered. | IContainerInstance |
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
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 |
Szczegół właściwości
contents | właściwość |
contents:IList
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Ta właściwość może być używana jako źródło dla tworzenia powiązań danych. Jeśli ta właściwość zostanie zmodyfikowana, zostanie wywołane zdarzenie propertyChange
.
Implementacja
public function get contents():IList
name | właściwość |
open | właściwość |
open:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Implementacja
public function get open():Boolean
ordered | właściwość |
ordered:Boolean
[tylko do odczytu] Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implementacja
public function get ordered():Boolean
Szczegół metody
moveContent | () | metoda |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | 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.
Parametry
sourceModule:IModuleInstance — The selected content.
| |
moveUp:Boolean — Value true moves the selected content a level up from it's current position.
|
removeContent | () | metoda |
public function removeContent(sourceModule:IModuleInstance):void
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | Asset Composer Building Block 10.0 |
Wersje środowiska wykonawczego: | AIR (unsupported), Flash Player 10.2 |
Removes the selected content from the container area.
Parametry
sourceModule:IModuleInstance — The selected content.
|
Tue Jun 12 2018, 12:06 PM Z