適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
com.adobe.icc.dc.domain 

IDataInstance  - AS3 Asset Composer

套件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

Represents the Data elements used in the letter which can be a variable or a field type data instance.



公用屬性
 屬性定義自
  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
 Inheritedvalid : 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
公用方法
 方法定義自
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
會在 EventDispatcher 物件註冊事件偵聽程式,以便讓偵聽程式收到事件的通知。
IEventDispatcher
 Inherited
會將事件傳送到事件流程。
IEventDispatcher
 Inherited
會檢查 EventDispatcher 物件是否有對特定的事件類型註冊偵聽程式。
IEventDispatcher
 Inherited
Refresh should be called when item is selected.
IValidation
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
會從 EventDispatcher 物件移除偵聽程式。
IEventDispatcher
 Inherited
檢查此 EventDispatcher 物件是否已註冊事件偵聽程式,或者此物件的任何祖系已為特定事件類型註冊事件偵聽程式。
IEventDispatcher
屬性詳細資訊

caption

屬性
caption:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Asset Composer Building Block 10.0
執行階段版本: AIR (unsupported), Flash Player 10.2

The caption property of the underlying value object.



實作
    public function get caption():String

dataType

屬性 
dataType:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Asset Composer Building Block 10.0
執行階段版本: AIR (unsupported), Flash Player 10.2

Return the field type



實作
    public function get dataType():String

相關 API 元素

editable

屬性 
editable:Boolean  [唯讀]

語言版本: ActionScript 3.0
產品版本: Asset Composer Building Block 10.0
執行階段版本: AIR (unsupported), Flash Player 10.2

True if the underlying object is editable.



實作
    public function get editable():Boolean

name

屬性 
name:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Asset Composer Building Block 10.0
執行階段版本: AIR (unsupported), Flash Player 10.2

The name property of the underlying value object.



實作
    public function get name():String

optional

屬性 
optional:Boolean  [唯讀]

語言版本: ActionScript 3.0
產品版本: Asset Composer Building Block 10.0
執行階段版本: AIR (unsupported), Flash Player 10.2

True if the underlying object is optional.



實作
    public function get optional():Boolean

subType

屬性 
subType:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Asset Composer Building Block 10.0
執行階段版本: AIR (unsupported), Flash Player 10.2

The sub type of the data element in case when type of data element specified is ENUM.



實作
    public function get subType():String

toolTip

屬性 
toolTip:String  [唯讀]

語言版本: ActionScript 3.0
產品版本: Asset Composer Building Block 10.0
執行階段版本: AIR (unsupported), Flash Player 10.2

The toolTip property of the underlying value object.



實作
    public function get toolTip():String

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

屬性 
valueSet:IList  [唯讀]

語言版本: ActionScript 3.0
產品版本: Asset Composer Building Block 10.0
執行階段版本: AIR (unsupported), Flash Player 10.2

The list of value of the data element in case when type of data element specified is ENUM.



實作
    public function get valueSet():IList




[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。