Paket | com.adobe.icc.dc.domain |
Gränssnitt | public interface IContainerInstance |
Implementorer | ConditionModuleInstance, ListModuleInstance, TargetInstance |
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
ModuleInstance
objects
Publika egenskaper
Egenskap | Definieras med | ||
---|---|---|---|
contents : IList [skrivskyddad]
List of the contents associated with this Container instance. | IContainerInstance | ||
name : String [skrivskyddad]
The name property of the Container instance. | IContainerInstance | ||
open : Boolean [skrivskyddad]
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 [skrivskyddad]
True if the container's contents order is fixed; false if its contents can be re-ordered. | IContainerInstance |
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
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 |
Egenskapsdetaljer
contents | egenskap |
contents:IList
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Den här egenskapen kan användas som källan för databindning. När den här egenskapen ändras, skickas händelsen propertyChange
.
Implementering
public function get contents():IList
name | egenskap |
open | egenskap |
open:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | 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.
Implementering
public function get open():Boolean
ordered | egenskap |
ordered:Boolean
[skrivskyddad] Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implementering
public function get ordered():Boolean
Metoddetaljer
moveContent | () | metod |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | 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.
Parametrar
sourceModule:IModuleInstance — The selected content.
| |
moveUp:Boolean — Value true moves the selected content a level up from it's current position.
|
removeContent | () | metod |
public function removeContent(sourceModule:IModuleInstance):void
Språkversion: | ActionScript 3.0 |
Produktversion: | Asset Composer Building Block 10.0 |
Körningsmiljöversioner: | AIR (unsupported), Flash Player 10.2 |
Removes the selected content from the container area.
Parametrar
sourceModule:IModuleInstance — The selected content.
|
Tue Jun 12 2018, 01:40 PM Z