패키지 | com.adobe.icc.dc.domain |
인터페이스 | public interface IDataInstance extends IValidation , IEventDispatcher |
구현자 | FieldInstance, VariableInstance |
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
공용 속성
속성 | 정의 주체 | ||
---|---|---|---|
caption : String [읽기 전용]
The caption property of the underlying value object. | IDataInstance | ||
dataType : String [읽기 전용]
Return the field type
| IDataInstance | ||
editable : Boolean [읽기 전용]
True if the underlying object is editable. | IDataInstance | ||
name : String [읽기 전용]
The name property of the underlying value object. | IDataInstance | ||
optional : Boolean [읽기 전용]
True if the underlying object is optional. | IDataInstance | ||
subType : String [읽기 전용]
The sub type of the data element in case when type of data element specified is ENUM. | IDataInstance | ||
toolTip : String [읽기 전용]
The toolTip property of the underlying value object. | IDataInstance | ||
![]() | valid : Boolean [읽기 전용]
Boolean indicating whether the content is valid
| IValidation | |
value : *
The value of the data element(variable or field) associated with the letter instance. | IDataInstance | ||
valueSet : IList [읽기 전용]
The list of value of the data element in case when type of data element specified is ENUM. | IDataInstance |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
리스너에서 이벤트 알림을 받을 수 있도록 EventDispatcher 객체에 이벤트 리스너 객체를 등록합니다. | IEventDispatcher | |
![]() |
이벤트를 이벤트 흐름으로 전달합니다. | IEventDispatcher | |
![]() |
EventDispatcher 객체에 특정 유형의 이벤트에 대한 리스너가 등록되어 있는지 여부를 확인합니다. | IEventDispatcher | |
![]() |
Refresh should be called when item is selected. | IValidation | |
![]() |
EventDispatcher 객체에서 리스너를 제거합니다. | IEventDispatcher | |
![]() |
이 EventDispatcher 객체 또는 조상 객체에 지정한 이벤트 유형에 대한 이벤트 리스너가 등록되어 있는지 여부를 확인합니다. | IEventDispatcher |
속성 세부 정보
caption | 속성 |
dataType | 속성 |
editable | 속성 |
name | 속성 |
optional | 속성 |
subType | 속성 |
toolTip | 속성 |
value | 속성 |
value:*
언어 버전: | ActionScript 3.0 |
제품 버전: | Asset Composer Building Block 10.0 |
런타임 버전: | AIR (unsupported), Flash Player 10.2 |
The value of the data element(variable or field) associated with the letter instance.
이 속성은 데이터 바인딩에 대한 소스로 사용할 수 있습니다. 이 속성을 수정하면 propertyChange
이벤트를 전달합니다.
구현
public function get value():*
public function set value(value:any):void
valueSet | 속성 |
Tue Jun 12 2018, 03:17 PM Z