パッケージ | 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, 10:34 AM Z