Пакет | com.adobe.icc.dc.domain |
Интерфейс | public interface IContainerInstance |
Средство реализации | ConditionModuleInstance, ListModuleInstance, TargetInstance |
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
ModuleInstance
objects
Общедоступные свойства
Свойство | Определено | ||
---|---|---|---|
contents : IList [только для чтения]
List of the contents associated with this Container instance. | IContainerInstance | ||
name : String [только для чтения]
The name property of the Container instance. | IContainerInstance | ||
open : Boolean [только для чтения]
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 [только для чтения]
True if the container's contents order is fixed; false if its contents can be re-ordered. | IContainerInstance |
Общедоступные методы
Метод | Определено | ||
---|---|---|---|
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 |
Сведения о свойстве
contents | свойство |
contents:IList
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Это свойство можно использовать в качестве источника для связывания данных. При изменении этого свойства отправляется событие propertyChange
.
Реализация
public function get contents():IList
name | свойство |
open | свойство |
open:Boolean
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | 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.
Реализация
public function get open():Boolean
ordered | свойство |
ordered:Boolean
[только для чтения] Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Реализация
public function get ordered():Boolean
Сведения о методе
moveContent | () | метод |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | 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.
Параметры
sourceModule:IModuleInstance — The selected content.
| |
moveUp:Boolean — Value true moves the selected content a level up from it's current position.
|
removeContent | () | метод |
public function removeContent(sourceModule:IModuleInstance):void
Язык версии: | ActionScript 3.0 |
Версия продукта: | Asset Composer Building Block 10.0 |
Версии среды выполнения: | AIR (unsupported), Flash Player 10.2 |
Removes the selected content from the container area.
Параметры
sourceModule:IModuleInstance — The selected content.
|
Tue Jun 12 2018, 11:34 AM Z