パッケージ | com.adobe.icc.editors.model |
クラス | public class VariableModel |
継承 | VariableModel EventDispatcher Object |
サブクラス | LetterVariableModel |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Variables are defined by modules as a provision to replace a part of the content with a dynamically fetched value.
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
dataType : String
The data-type of the variable
| VariableModel | ||
id : String [読み取り専用]
The GUID of the underlying variable value object. | VariableModel | ||
module : ModuleModel
The module to which this variables belongs. | VariableModel | ||
name : String
The name of the underlying variable value object. | VariableModel | ||
protect : Boolean
The protect property of the underlying variable value object. | VariableModel | ||
subType : String
The sub type of the variable. | VariableModel | ||
type : String
The type of the variable. | VariableModel | ||
valueSet : IList
The set of values for the enum type variable. | VariableModel | ||
vo : Variable
The underlying value object corresponding to this variable. | VariableModel |
メソッド | 定義元 | ||
---|---|---|---|
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
イベントリスナーオブジェクトを EventDispatcher オブジェクトに登録し、リスナーがイベントの通知を受け取るようにします。 | EventDispatcher | ||
イベントをイベントフローに送出します。 | EventDispatcher | ||
Compares two Variable domain objects for equality. | VariableModel | ||
EventDispatcher オブジェクトに、特定のイベントタイプに対して登録されたリスナーがあるかどうかを確認します。 | EventDispatcher | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
EventDispatcher オブジェクトからリスナーを削除します。 | EventDispatcher | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object | ||
指定されたイベントタイプについて、この EventDispatcher オブジェクトまたはその祖先にイベントリスナーが登録されているかどうかを確認します。 | EventDispatcher |
定数 | 定義元 | ||
---|---|---|---|
TYPE_DDE : String = "DDE" [静的]
The constant corresponding to the data dictionary variables. | VariableModel | ||
TYPE_PLACEHOLDER : String = "PLACEHOLDER" [静的]
The constant corresponding to the placeholder variables. | VariableModel |
dataType | プロパティ |
id | プロパティ |
module | プロパティ |
module:ModuleModel
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The module to which this variables belongs. The actual value of this property
is a concrete module type e.g. TextModel
このプロパティはデータバインディングのソースとして使用できます。 このプロパティを変更すると、 propertyChange
イベントが送出されます。
実装
public function get module():ModuleModel
public function set module(value:ModuleModel):void
name | プロパティ |
protect | プロパティ |
subType | プロパティ |
subType:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 10 |
ランタイムバージョン: | AIR (unsupported), Flash Player 10.2 |
The sub type of the variable. The possible values are defined by the
class constant SUBTYPE_ENUM
実装
public function get subType():String
public function set subType(value:String):void
type | プロパティ |
type:String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The type of the variable. The possible values are defined by the
class constants TYPE_PLACEHOLDER
and TYPE_DDE
実装
public function get type():String
public function set type(value:String):void
valueSet | プロパティ |
vo | プロパティ |
equals | () | メソッド |
public function equals(obj:VariableModel):Boolean
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
Compares two Variable domain objects for equality.
パラメーター
obj:VariableModel — The variable domain object this object should be compared with.
|
Boolean — true, if the two domain objects are logically equal.
|
TYPE_DDE | 定数 |
public static const TYPE_DDE:String = "DDE"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The constant corresponding to the data dictionary variables.
TYPE_PLACEHOLDER | 定数 |
public static const TYPE_PLACEHOLDER:String = "PLACEHOLDER"
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Composer Building Block 9.5 |
ランタイムバージョン: | AIR (unsupported), Flash Player 9, Flash Player 10 |
The constant corresponding to the placeholder variables.
Tue Jun 12 2018, 10:34 AM Z