패키지 | com.adobe.icc.dc.domain |
클래스 | public class BaseModuleInstance |
상속 | BaseModuleInstance EventDispatcher Object |
구현 | IModuleInstance |
하위 클래스 | ConditionModuleInstance, ImageModuleInstance, ListModuleInstance, TextModuleInstance |
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
속성 | 정의 주체 | ||
---|---|---|---|
assignedPosition : int [읽기 전용]
The assigned position of the module within its container. | BaseModuleInstance | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
contentVariables : IList [읽기 전용]
The set of active variables for the module. | BaseModuleInstance | ||
description : String [읽기 전용]
Description associated with this ModuleInstance. | BaseModuleInstance | ||
editable : Boolean [읽기 전용]
True if this module is editable in its container (based on the assignment). | BaseModuleInstance | ||
extra : Boolean [읽기 전용]
The flag indicating if this module was not assigned while creating the letter. | BaseModuleInstance | ||
hasConflict : Boolean [읽기 전용]
The flag indicating if this module is conflicting with its latest version. | BaseModuleInstance | ||
id : String [읽기 전용]
Unique identification associated with this ModuleInstance. | BaseModuleInstance | ||
indentationLevel : Number
The level of indentation of the module with respect to the container holding the module instance. | BaseModuleInstance | ||
moduleType : String [읽기 전용]
Module type represented by this ModuleInstance: Text,Image,List,Condition
| BaseModuleInstance | ||
moduleVo : DataModule [읽기 전용]
The instance of DataModule associated with this module instance. | BaseModuleInstance | ||
name : String [읽기 전용]
Name associated with this ModuleInstance. | BaseModuleInstance | ||
newMandatory : Boolean [읽기 전용]
The flag indicating if this module was not mandatory earlier but is now mandatory when considering the latest version of the module instance. | BaseModuleInstance | ||
nonEditableOverride : Boolean [읽기 전용]
The flag indicating if this module was editable earlier but is now non-editable when considering the latest version of the module instance. | BaseModuleInstance | ||
occur : int
The occurrence index of this content within its parent container. | BaseModuleInstance | ||
optional : Boolean [읽기 전용]
True if this module is optional in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
parentContainer : IContainerInstance [읽기 전용]
Parent container instance containing this ModuleInstance
| BaseModuleInstance | ||
preSelected : Boolean [읽기 전용]
True if this module is pre-selected/removable in its container (based on the assignment, not the selected state). | BaseModuleInstance | ||
selected : Boolean
Is the module is selected to be included in letter
| BaseModuleInstance | ||
selectedPosition : int
Position of the content in it's container among all the selected contents of the container. | BaseModuleInstance | ||
skipStyle : Boolean [읽기 전용]
Skip Style of the module. | BaseModuleInstance | ||
tooltip : String [읽기 전용]
Tooltip associated with this ModuleInstance. | BaseModuleInstance | ||
valid : Boolean [읽기 전용]
Boolean indicating whether the content is valid
| BaseModuleInstance |
메서드 | 정의 주체 | ||
---|---|---|---|
BaseModuleInstance(remod:ReloadModule = null)
Constructor. | BaseModuleInstance | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | EventDispatcher | ||
이벤트를 이벤트 흐름으로 전달합니다. | EventDispatcher | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
Refresh should be called when item is selected. | BaseModuleInstance | ||
EventDispatcher 객체에서 리스너를 제거합니다. | EventDispatcher | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher |
메서드 | 정의 주체 | ||
---|---|---|---|
moduleDataChangeHandler(event:ModuleDataEvent):void
Called when the module content's associated data object changes. | BaseModuleInstance |
assignedPosition | 속성 |
contentVariables | 속성 |
contentVariables:IList
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The set of active variables for the module. Empty if there are none.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get contentVariables():IList
description | 속성 |
editable | 속성 |
extra | 속성 |
extra:Boolean
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The flag indicating if this module was not assigned while creating the letter. For e.g a module added to the letter through Library access will have extra attribute as true.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get extra():Boolean
hasConflict | 속성 |
id | 속성 |
indentationLevel | 속성 |
indentationLevel:Number
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The level of indentation of the module with respect to the container holding the module instance.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get indentationLevel():Number
public function set indentationLevel(value:Number):void
moduleType | 속성 |
moduleVo | 속성 |
moduleVo:DataModule
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The instance of DataModule associated with this module instance.
구현
public function get moduleVo():DataModule
name | 속성 |
newMandatory | 속성 |
newMandatory:Boolean
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The flag indicating if this module was not mandatory earlier but is now mandatory when considering the latest version of the module instance.
구현
public function get newMandatory():Boolean
nonEditableOverride | 속성 |
nonEditableOverride:Boolean
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The flag indicating if this module was editable earlier but is now non-editable when considering the latest version of the module instance.
구현
public function get nonEditableOverride():Boolean
occur | 속성 |
occur:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The occurrence index of this content within its parent container. If there are multiple instances of the module in the container, each module content instance (for those assigned module instances) will get a unique occurrence index. Once assigned, the occurrence should be retained to idenfity instances of a particular module occurrence (e.g. text module tm is assigned twice to the same target/list therefore each occurrence will be identified as tm0 and tm1, respectfully, but note that if tm1 is cloned 4 times, it remains tm1 in the container's selection as instances of the original tm1 occurrence).
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get occur():int
public function set occur(value:int):void
optional | 속성 |
parentContainer | 속성 |
parentContainer:IContainerInstance
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Parent container instance containing this ModuleInstance
구현
public function get parentContainer():IContainerInstance
preSelected | 속성 |
selected | 속성 |
selected:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Is the module is selected to be included in letter
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get selected():Boolean
public function set selected(value:Boolean):void
selectedPosition | 속성 |
selectedPosition:int
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Position of the content in it's container among all the selected contents of the container. -1 if the content is not selected.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get selectedPosition():int
public function set selectedPosition(value:int):void
skipStyle | 속성 |
skipStyle:Boolean
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Skip Style of the module. If this is a List or Condition, the skipChildren
option would decide
whether or not to skip the child modules or not.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get skipStyle():Boolean
tooltip | 속성 |
valid | 속성 |
BaseModuleInstance | () | 생성자 |
public function BaseModuleInstance(remod:ReloadModule = null)
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Constructor.
매개 변수remod:ReloadModule (default = null ) — Reload Module for the case of correspondence reload.
|
moduleDataChangeHandler | () | 메서드 |
protected function moduleDataChangeHandler(event:ModuleDataEvent):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Called when the module content's associated data
object changes.
Note: Do not add moduleDataChangeHandler at instantiation of BaseModuleInstance because moduleData value may not yet been set.
Plug this handler in sub class initialization.
매개 변수
event:ModuleDataEvent — The ModuleDataEvent event dispatched on module data change.
|
refresh | () | 메서드 |
public function refresh():void
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Refresh should be called when item is selected. This is useful in case when the the item is deselcted. In that case, if there is any change in variable value/ field value etc., those changes may not be propagated to module.
Tue Jun 12 2018, 03:17 PM Z