패키지 | 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 |
공용 메서드
속성 세부 정보
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