パッケージ | 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 | プロパティ |
メソッドの詳細
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, 10:34 AM Z