用于 Adobe® Flash® Platform 的 ActionScript® 3.0 参考
主页  |  隐藏包列表和类列表 |   |   |  新增内容  |  索引  |  附录  |  为什么显示为英语?
过滤条件: 正在从服务器检索数据...
正在从服务器检索数据...
com.adobe.icc.editors.model 

FieldAssignmentModel  - AS3 Asset Composer

com.adobe.icc.editors.model
public class FieldAssignmentModel
继承FieldAssignmentModel Inheritance EventDispatcher Inheritance Object
实现 IAssignmentModel

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

This domain class represents the field assignments of a Letter.

相关 API 元素

com.adobe.icc.editors.model.LetterModel.assignments
com.adobe.icc.editors.model.LetterModel.fieldAssignments


公共属性
 属性由以下参数定义
  binding : Object
This property holds the typed object that is bound to the field that this field assignment is associated with.
FieldAssignmentModel
  bindingType : String
The type of binding between the field and its assignment.
FieldAssignmentModel
  caption : String
The caption property of the underlying value object.
FieldAssignmentModel
 Inheritedconstructor : Object
对类对象或给定对象实例的构造函数的引用。
Object
  containerLayoutAssignment : ContainerLayoutAssignmentModel
FieldAssignmentModel
  dynamic : Boolean
The dynamic property.
FieldAssignmentModel
  editable : Boolean
The editable property of the underlying value object.
FieldAssignmentModel
  isEditableEnabled : Boolean
[只读] Specifies whether this assignement model is editable
FieldAssignmentModel
  isOptionalEnabled : Boolean
[只读] Specifies whether this assignement model is optional
FieldAssignmentModel
  isTableField : Boolean
The isTableField property.
FieldAssignmentModel
  letterModel : LetterModel
The domain object of the letter that this assignment belongs to
FieldAssignmentModel
  optional : Boolean
The optional property of the underlying value object.
FieldAssignmentModel
  rowName : String
The row name property.
FieldAssignmentModel
  staticEventDispatcher : IEventDispatcher
[静态] [只读]
FieldAssignmentModel
  tableName : String
The table name property.
FieldAssignmentModel
  target : *
The field associated with this assignment.
FieldAssignmentModel
  toolTip : String
The toolTip property of the underlying value object.
FieldAssignmentModel
  type : String
[只读] Specifies the type of this assignment.
FieldAssignmentModel
  TYPE : String
[静态] Constant that specifies the assignment type as field assignment.
FieldAssignmentModel
  vo : FieldAssignment
The underlying field assignment value object
FieldAssignmentModel
公共方法
 方法由以下参数定义
 Inherited
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。
EventDispatcher
 Inherited
将事件调度到事件流中。
EventDispatcher
 Inherited
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。
EventDispatcher
 Inherited
表示对象是否已经定义了指定的属性。
Object
 Inherited
表示 Object 类的实例是否在指定为参数的对象的原型链中。
Object
 Inherited
表示指定的属性是否存在、是否可枚举。
Object
 Inherited
removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
从 EventDispatcher 对象中删除侦听器。
EventDispatcher
 Inherited
设置循环操作动态属性的可用性。
Object
 Inherited
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。
Object
 Inherited
返回指定对象的字符串表示形式。
Object
 Inherited
返回指定对象的原始值。
Object
 Inherited
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。
EventDispatcher
事件
 事件 摘要 由以下参数定义
 Inherited[广播事件] Flash Player 或 AIR 应用程序获得操作系统焦点并变为活动状态时将调度此事件。EventDispatcher
 Inherited[广播事件] Flash Player 或 AIR 应用程序失去操作系统焦点并变为非活动状态时将调度此事件。EventDispatcher
属性详细信息

binding

属性
binding:Object

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

This property holds the typed object that is bound to the field that this field assignment is associated with.

The type of this object varies as per the bindingType. The following table describes the 'type' of this property for all the possible cases.

Binding TypeThe object type of this property value
DDEcom.adobe.dct.transfer.DataDictionaryElement
CONSTString
DATAMODULEcom.adobe.icc.editors.model.ModuleModel
USERString
VARIABLEcom.adobe.icc.editors.model.VariableModel
FIELDcom.adobe.icc.vo.Field

此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。



实现
    public function get binding():Object
    public function set binding(value:Object):void

bindingType

属性 
bindingType:String

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

The type of binding between the field and its assignment.

此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。



实现
    public function get bindingType():String
    public function set bindingType(value:String):void

caption

属性 
caption:String

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

The caption property of the underlying value object.

此属性可用作数据绑定的源。修改此属性后,将调度 captionChange 事件。



实现
    public function get caption():String
    public function set caption(value:String):void

containerLayoutAssignment

属性 
containerLayoutAssignment:ContainerLayoutAssignmentModel



实现
    public function get containerLayoutAssignment():ContainerLayoutAssignmentModel
    public function set containerLayoutAssignment(value:ContainerLayoutAssignmentModel):void

dynamic

属性 
dynamic:Boolean

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 10
运行时版本: AIR (unsupported), Flash Player 10.2

The dynamic property.

此属性可用作数据绑定的源。修改此属性后,将调度 dynamicChange 事件。



实现
    public function get dynamic():Boolean
    public function set dynamic(value:Boolean):void

editable

属性 
editable:Boolean

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

The editable property of the underlying value object.

此属性可用作数据绑定的源。修改此属性后,将调度 editableChange 事件。



实现
    public function get editable():Boolean
    public function set editable(value:Boolean):void

isEditableEnabled

属性 
isEditableEnabled:Boolean  [只读]

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies whether this assignement model is editable



实现
    public function get isEditableEnabled():Boolean

isOptionalEnabled

属性 
isOptionalEnabled:Boolean  [只读]

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies whether this assignement model is optional



实现
    public function get isOptionalEnabled():Boolean

isTableField

属性 
isTableField:Boolean

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 10
运行时版本: AIR (unsupported), Flash Player 10.2

The isTableField property.

此属性可用作数据绑定的源。修改此属性后,将调度 isTableFieldChange 事件。



实现
    public function get isTableField():Boolean
    public function set isTableField(value:Boolean):void

letterModel

属性 
letterModel:LetterModel

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

The domain object of the letter that this assignment belongs to



实现
    public function get letterModel():LetterModel
    public function set letterModel(value:LetterModel):void

optional

属性 
optional:Boolean

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

The optional property of the underlying value object.

此属性可用作数据绑定的源。修改此属性后,将调度 optionalChange 事件。



实现
    public function get optional():Boolean
    public function set optional(value:Boolean):void

rowName

属性 
rowName:String

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 10
运行时版本: AIR (unsupported), Flash Player 10.2

The row name property.

此属性可用作数据绑定的源。修改此属性后,将调度 rowNameChange 事件。



实现
    public function get rowName():String
    public function set rowName(value:String):void

staticEventDispatcher

属性 
staticEventDispatcher:IEventDispatcher  [只读]



实现
    public static function get staticEventDispatcher():IEventDispatcher

tableName

属性 
tableName:String

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 10
运行时版本: AIR (unsupported), Flash Player 10.2

The table name property.

此属性可用作数据绑定的源。修改此属性后,将调度 tableNameChange 事件。



实现
    public function get tableName():String
    public function set tableName(value:String):void

target

属性 
target:*

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

The field associated with this assignment. This is of the type com.adobe.icc.vo.Field

此属性可用作数据绑定的源。修改此属性后,将调度 targetChange 事件。



实现
    public function get target():*
    public function set target(value:any):void

toolTip

属性 
toolTip:String

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

The toolTip property of the underlying value object.

此属性可用作数据绑定的源。修改此属性后,将调度 toolTipChange 事件。



实现
    public function get toolTip():String
    public function set toolTip(value:String):void

type

属性 
type:String  [只读]

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

Specifies the type of this assignment.



实现
    public function get type():String

TYPE

属性 
TYPE:String

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

Constant that specifies the assignment type as field assignment.

此属性可用作数据绑定的源。修改此属性后,将调度 propertyChange 事件。



实现
    public static function get TYPE():String
    public static function set TYPE(value:String):void

vo

属性 
vo:FieldAssignment

语言版本: ActionScript 3.0
产品版本: Asset Composer Building Block 9.5
运行时版本: AIR (unsupported), Flash Player 9, Flash Player 10

The underlying field assignment value object



实现
    public function get vo():FieldAssignment
    public function set vo(value:FieldAssignment):void




[ X ]为什么显示为英语?
《ActionScript 3.0 参考》中的内容以英语显示

《ActionScript 3.0 参考》中的部分内容未翻译成所有语言。当某个语言元素未翻译时,将显示为英语。例如,ga.controls.HelpBox 类未翻译成任何语言。因此在简体中文版的参考中,ga.controls.HelpBox 类显示为英语。