Paket | com.adobe.icc.dc.domain |
Schnittstelle | public interface IContainerInstance |
Umsetzer | ConditionModuleInstance, ListModuleInstance, TargetInstance |
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
ModuleInstance
objects
Öffentliche Eigenschaften
Eigenschaft | Definiert von | ||
---|---|---|---|
contents : IList [schreibgeschützt]
List of the contents associated with this Container instance. | IContainerInstance | ||
name : String [schreibgeschützt]
The name property of the Container instance. | IContainerInstance | ||
open : Boolean [schreibgeschützt]
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 [schreibgeschützt]
True if the container's contents order is fixed; false if its contents can be re-ordered. | IContainerInstance |
Öffentliche Methoden
Methode | Definiert von | ||
---|---|---|---|
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 |
Eigenschaftendetails
contents | Eigenschaft |
contents:IList
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
List of the contents associated with this Container instance.
Diese Eigenschaft kann als Quelle für die Datenbindung verwendet werden. Beim Ändern dieser Eigenschaft wird das propertyChange
-Ereignis ausgelöst.
Implementierung
public function get contents():IList
name | Eigenschaft |
open | Eigenschaft |
open:Boolean
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | 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.
Implementierung
public function get open():Boolean
ordered | Eigenschaft |
ordered:Boolean
[schreibgeschützt] Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
True if the container's contents order is fixed; false if its contents can be re-ordered.
Implementierung
public function get ordered():Boolean
Methodendetails
moveContent | () | Methode |
public function moveContent(sourceModule:IModuleInstance, moveUp:Boolean):void
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | 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.
Parameter
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
Sprachversion: | ActionScript 3.0 |
Produktversion: | Baustein „Asset Composer“ 10.0 |
Laufzeitversionen: | AIR (unsupported), Flash Player 10.2 |
Removes the selected content from the container area.
Parameter
sourceModule:IModuleInstance — The selected content.
|
Tue Jun 12 2018, 10:04 AM Z