包 | 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 | 属性 |
name | 属性 |
open | 属性 |
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, 11:04 AM Z