| Paket | com.adobe.icc.dc.domain |
| Arabirim | public interface IContainerInstance |
| Uygulayıcılar | ConditionModuleInstance, ListModuleInstance, TargetInstance |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
ModuleInstance objects
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| contents : IList [salt okunur]
List of the contents associated with this Container instance. | IContainerInstance | ||
| name : String [salt okunur]
The name property of the Container instance. | IContainerInstance | ||
| open : Boolean [salt okunur]
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 [salt okunur]
True if the container's contents order is fixed; false if its contents can be re-ordered. | IContainerInstance | ||
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
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 | ||
Özellik Ayrıntısı
contents | özellik |
contents:IList [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Bu özellik veri ciltleme kaynağı olarak kullanılabilir. Bu özellik değiştirildiğinde, propertyChange olayını gönderir.
Uygulama
public function get contents():IListname | özellik |
open | özellik |
open:Boolean [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Uygulama
public function get open():Booleanordered | özellik |
ordered:Boolean [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Uygulama
public function get ordered():BooleanYöntem Ayrıntısı
moveContent | () | yöntem |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | 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.
Parametreler
sourceModule:IModuleInstance — The selected content.
| |
moveUp:Boolean — Value true moves the selected content a level up from it's current position.
|
removeContent | () | yöntem |
public function removeContent(sourceModule:IModuleInstance):void| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Asset Composer Building Block 10.0 |
| Çalışma Zamanı Sürümleri: | AIR (unsupported), Flash Player 10.2 |
Removes the selected content from the container area.
Parametreler
sourceModule:IModuleInstance — The selected content.
|
Tue Jun 12 2018, 01:09 PM Z