Pakket | com.adobe.icc.dc.domain |
Interface | public interface IContainerInstance |
Geïmplementeerd door | ConditionModuleInstance, ListModuleInstance, TargetInstance |
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
ModuleInstance
objects
Openbare eigenschappen
Eigenschap | Gedefinieerd door | ||
---|---|---|---|
contents : IList [alleen-lezen]
List of the contents associated with this Container instance. | IContainerInstance | ||
name : String [alleen-lezen]
The name property of the Container instance. | IContainerInstance | ||
open : Boolean [alleen-lezen]
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 [alleen-lezen]
True if the container's contents order is fixed; false if its contents can be re-ordered. | IContainerInstance |
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
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 |
Eigenschapdetails
contents | eigenschap |
contents:IList
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Deze eigenschap kan als de bron voor gegevensbinding worden gebruikt. Wanneer deze eigenschap wordt gewijzigd, wordt de gebeurtenis propertyChange
verzonden.
Implementatie
public function get contents():IList
name | eigenschap |
open | eigenschap |
open:Boolean
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | 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.
Implementatie
public function get open():Boolean
ordered | eigenschap |
ordered:Boolean
[alleen-lezen] Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implementatie
public function get ordered():Boolean
Methodedetails
moveContent | () | methode |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | 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.
Parameters
sourceModule:IModuleInstance — The selected content.
| |
moveUp:Boolean — Value true moves the selected content a level up from it's current position.
|
removeContent | () | methode |
public function removeContent(sourceModule:IModuleInstance):void
Taalversie: | ActionScript 3.0 |
Productversie: | Asset Composer Building Block 10.0 |
Runtimeversies: | AIR (unsupported), Flash Player 10.2 |
Removes the selected content from the container area.
Parameters
sourceModule:IModuleInstance — The selected content.
|
Wed Jun 13 2018, 11:42 AM Z