| 패키지 | 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():IListname | 속성 |
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, 03:17 PM Z