패키지 | com.adobe.icc.editors.model |
클래스 | public class TargetAreaAssignmentModel |
상속 | TargetAreaAssignmentModel EventDispatcher Object |
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
관련 API 요소
속성 | 정의 주체 | ||
---|---|---|---|
allowFreeText : Boolean
Flag to indicate if this assignment allows adding free text. | TargetAreaAssignmentModel | ||
constructor : Object
지정된 객체 인스턴스의 클래스 객체 또는 생성자 함수에 대한 참조입니다. | Object | ||
containerLayoutAssignment : ContainerLayoutAssignmentModel
Container layout assignments within this target area assignment. | TargetAreaAssignmentModel | ||
fragmentName : String [읽기 전용]
Fetches the name of the fragment associated with the target area. | TargetAreaAssignmentModel | ||
isTableTargetArea : Boolean
The table name property. | TargetAreaAssignmentModel | ||
letterModel : LetterModel
The domain object of the letter that this assignment belongs to
| TargetAreaAssignmentModel | ||
moduleAssignments : IList
The list of module assignments within this target area assignment. | TargetAreaAssignmentModel | ||
ordered : Boolean
Flag to indicate if this assignment is ordered. | TargetAreaAssignmentModel | ||
path : String
Represents the path of target area relative to base layout. | TargetAreaAssignmentModel | ||
position : int [읽기 전용]
Fetches the position of the target area with respect to other target areas. | TargetAreaAssignmentModel | ||
rowName : String
The row name property. | TargetAreaAssignmentModel | ||
tableName : String
The table name property. | TargetAreaAssignmentModel | ||
targetArea : com.adobe.icc.vo:TargetArea
The target area associated with this assignment. | TargetAreaAssignmentModel | ||
vo : com.adobe.icc.vo:TargetAreaAssignment
The underlying target area assignment value object. | TargetAreaAssignmentModel |
메서드 | 정의 주체 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | EventDispatcher | ||
Adds a module assignment to this target area assignment object. | TargetAreaAssignmentModel | ||
createFromVO(vo:com.adobe.icc.vo:TargetAreaAssignment):com.adobe.icc.editors.model:TargetAreaAssignmentModel [정적]
Constructs the domain object from its value object counterpart. | TargetAreaAssignmentModel | ||
createFromVOAndPath(vo:com.adobe.icc.vo:TargetAreaAssignment, path:String):com.adobe.icc.editors.model:TargetAreaAssignmentModel [정적]
Constructs the domain object from its value object counterpart. | TargetAreaAssignmentModel | ||
이벤트를 이벤트 흐름으로 전달합니다. | EventDispatcher | ||
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher | ||
지정된 속성이 객체에 정의되어 있는지 여부를 나타냅니다. | Object | ||
Object 클래스의 인스턴스가 매개 변수로 지정된 객체의 프로토타입 체인에 있는지 여부를 나타냅니다. | Object | ||
지정된 속성이 존재하고 열거 가능한지 여부를 나타냅니다. | Object | ||
EventDispatcher 객체에서 리스너를 제거합니다. | EventDispatcher | ||
Removes a module assignment from this target area assignment. | TargetAreaAssignmentModel | ||
Adds a container layout assignment to this target area assignment object. | TargetAreaAssignmentModel | ||
루프 작업에서 동적 속성을 사용할 수 있는지 여부를 설정합니다. | Object | ||
로캘별 규칙에 따라 서식이 지정된 이 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 문자열 표현을 반환합니다. | Object | ||
지정된 객체의 프리미티브 값을 반환합니다. | Object | ||
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | EventDispatcher |
이벤트 | 요약 | 정의 주체 | ||
---|---|---|---|---|
[브로드캐스트 이벤트] Flash Player 또는 AIR 응용 프로그램이 운영 체제 포커스를 얻어 활성화될 때 전달됩니다. | EventDispatcher | |||
The event dispatched on the container layout assignment change. | TargetAreaAssignmentModel | |||
[브로드캐스트 이벤트] Flash Player 또는 AIR 응용 프로그램이 운영 체제 포커스를 잃고 비활성화될 때 전달됩니다. | EventDispatcher | |||
The event dispatched when the Field's assignment is changed. | TargetAreaAssignmentModel | |||
Dispatched when a module assignment is added to any of the target area assignments. | TargetAreaAssignmentModel | |||
Dispatched when a module assignment is removed from any of the target area assignments. | TargetAreaAssignmentModel |
allowFreeText | 속성 |
allowFreeText:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Flag to indicate if this assignment allows adding free text.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 allowFreeTextChange
이벤트를 전달합니다.
구현
public function get allowFreeText():Boolean
public function set allowFreeText(value:Boolean):void
containerLayoutAssignment | 속성 |
containerLayoutAssignment:ContainerLayoutAssignmentModel
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Container layout assignments within this target area assignment.
Container layout assignment must not be set directly. Instead,
the method setContainerLayoutAssignment()
and removeContainerLayoutAssignment()
should be used.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 containerLayoutAssignmentChange
이벤트를 전달합니다.
구현
public function get containerLayoutAssignment():ContainerLayoutAssignmentModel
public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):void
fragmentName | 속성 |
fragmentName:String
[읽기 전용] 언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Fetches the name of the fragment associated with the target area.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 containerLayoutAssignmentChange
이벤트를 전달합니다.
구현
public function get fragmentName():String
isTableTargetArea | 속성 |
isTableTargetArea:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The table name property.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 isTableTargetAreaChange
이벤트를 전달합니다.
구현
public function get isTableTargetArea():Boolean
public function set isTableTargetArea(value:Boolean):void
letterModel | 속성 |
letterModel:LetterModel
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The domain object of the letter that this assignment belongs to
구현
public function get letterModel():LetterModel
public function set letterModel(value:LetterModel):void
moduleAssignments | 속성 |
moduleAssignments:IList
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The list of module assignments within this target area assignment.
Module assignments must not be added to this list directly. Instead,
the methods addModuleAssignment()
and removeModuleAssignment()
should be used.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 moduleAssignmentsChange
이벤트를 전달합니다.
구현
public function get moduleAssignments():IList
public function set moduleAssignments(value:IList):void
ordered | 속성 |
ordered:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Flag to indicate if this assignment is ordered.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 orderChange
이벤트를 전달합니다.
구현
public function get ordered():Boolean
public function set ordered(value:Boolean):void
path | 속성 |
path:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Represents the path of target area relative to base layout.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get path():String
public function set path(value:String):void
position | 속성 |
rowName | 속성 |
rowName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The row name property.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 rowNameChange
이벤트를 전달합니다.
구현
public function get rowName():String
public function set rowName(value:String):void
tableName | 속성 |
tableName:String
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The table name property.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 tableNameChange
이벤트를 전달합니다.
구현
public function get tableName():String
public function set tableName(value:String):void
targetArea | 속성 |
targetArea:com.adobe.icc.vo:TargetArea
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The target area associated with this assignment.
구현
public function get targetArea():com.adobe.icc.vo:TargetArea
public function set targetArea(value:com.adobe.icc.vo:TargetArea):void
vo | 속성 |
vo:com.adobe.icc.vo:TargetAreaAssignment
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The underlying target area assignment value object.
구현
public function get vo():com.adobe.icc.vo:TargetAreaAssignment
public function set vo(value:com.adobe.icc.vo:TargetAreaAssignment):void
addModuleAssignment | () | 메서드 |
public function addModuleAssignment(value:ModuleAssignmentModel, addAt:int = -1):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Adds a module assignment to this target area assignment object.
매개 변수
value:ModuleAssignmentModel — The module assignment object that needs to be added
| |
addAt:int (default = -1 ) — The position the module assignment should be inserted
at in the moduleAssignments list
|
createFromVO | () | 메서드 |
public static function createFromVO(vo:com.adobe.icc.vo:TargetAreaAssignment):com.adobe.icc.editors.model:TargetAreaAssignmentModel
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Constructs the domain object from its value object counterpart.
매개 변수
vo:com.adobe.icc.vo:TargetAreaAssignment — The target area assignment value object.
|
com.adobe.icc.editors.model:TargetAreaAssignmentModel — The target area assignment domain object.
|
createFromVOAndPath | () | 메서드 |
public static function createFromVOAndPath(vo:com.adobe.icc.vo:TargetAreaAssignment, path:String):com.adobe.icc.editors.model:TargetAreaAssignmentModel
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Constructs the domain object from its value object counterpart.
매개 변수
vo:com.adobe.icc.vo:TargetAreaAssignment — The target area assignment value object.
| |
path:String — path of this target area assignment.
|
com.adobe.icc.editors.model:TargetAreaAssignmentModel — The target area assignment domain object.
|
removeModuleAssignment | () | 메서드 |
public function removeModuleAssignment(value:ModuleAssignmentModel):int
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Removes a module assignment from this target area assignment.
매개 변수
value:ModuleAssignmentModel — The module assignment domain object that needs to be removed
|
int — The index at which the removed module assignment resided.
|
setContainerLayoutAssignment | () | 메서드 |
public function setContainerLayoutAssignment(value:ContainerLayoutAssignmentModel):void
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
Adds a container layout assignment to this target area assignment object.
매개 변수
value:ContainerLayoutAssignmentModel — The container layout assignment object that needs to be added
|
containerLayoutAssignmentChange | 이벤트 |
flash.events.Event
속성 Event.type =
flash.events.Event
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The event dispatched on the container layout assignment change.
fieldAssignmentsChange | 이벤트 |
mx.events.DynamicEvent
속성 DynamicEvent.type =
mx.events.DynamicEvent
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The event dispatched when the Field's assignment is changed.
moduleAssignmentAdd | 이벤트 |
mx.events.DynamicEvent
속성 DynamicEvent.type =
mx.events.DynamicEvent
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a module assignment is added to any of the target area assignments.
moduleAssignmentRemove | 이벤트 |
mx.events.DynamicEvent
속성 DynamicEvent.type =
mx.events.DynamicEvent
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 9.5 |
런타임 버전: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Dispatched when a module assignment is removed from any of the target area assignments.
Tue Jun 12 2018, 03:17 PM Z