包 | mx.containers.utilityClasses |
类 | public class ConstraintColumn |
继承 | ConstraintColumn EventDispatcher Object |
实现 | IMXMLObject |
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
explicitWidth : Number
指定 ConstraintColumn 实例在 ConstraintColumn 实例坐标中的显式宽度的数字(以像素为单位)。 | ConstraintColumn | ||
id : String
ConstraintColumn 实例的 ID。 | ConstraintColumn | ||
maxWidth : Number
指定 ConstraintColumn 实例在 ConstraintColumn 实例坐标中的最大宽度的数字(以像素为单位)。 | ConstraintColumn | ||
minWidth : Number
指定 ConstraintColumn 实例在 ConstraintColumn 实例坐标中的最小宽度的数字(以像素为单位)。 | ConstraintColumn | ||
percentWidth : Number
以组件父容器大小百分比的方式指定组件宽度的数字。 | ConstraintColumn | ||
width : Number
指定 ConstraintColumn 实例在父容器坐标中的宽度的数字(以像素为单位)。 | ConstraintColumn |
公共方法
方法 | 由以下参数定义 | ||
---|---|---|---|
构造函数。 | ConstraintColumn | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
使用 EventDispatcher 对象注册事件侦听器对象,以使侦听器能够接收事件通知。 | EventDispatcher | ||
将事件调度到事件流中。 | EventDispatcher | ||
检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 | EventDispatcher | ||
表示对象是否已经定义了指定的属性。 | Object | ||
如果 ConstraintColumn 实例是使用 MXML 标签创建的,则由 MXML 编译器自动调用。 | ConstraintColumn | ||
表示 Object 类的实例是否在指定为参数的对象的原型链中。 | Object | ||
表示指定的属性是否存在、是否可枚举。 | Object | ||
从 EventDispatcher 对象中删除侦听器。 | EventDispatcher | ||
调整约束列的大小。 | ConstraintColumn | ||
设置循环操作动态属性的可用性。 | Object | ||
返回此对象的字符串表示形式,其格式设置遵守区域设置特定的约定。 | Object | ||
返回指定对象的字符串表示形式。 | Object | ||
返回指定对象的原始值。 | Object | ||
检查是否用此 EventDispatcher 对象或其任何祖代为指定事件类型注册了事件侦听器。 | EventDispatcher |
属性详细信息
explicitWidth | 属性 |
id | 属性 |
maxWidth | 属性 |
minWidth | 属性 |
percentWidth | 属性 |
width | 属性 |
构造函数详细信息
ConstraintColumn | () | 构造函数 |
public function ConstraintColumn()
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
构造函数。
方法详细信息
initialized | () | 方法 |
public function initialized(document:Object, id:String):void
语言版本: | ActionScript 3.0 |
产品版本: | Flex 3 |
运行时版本: | Flash Player 9, AIR 1.1 |
如果 ConstraintColumn 实例是使用 MXML 标签创建的,则由 MXML 编译器自动调用。如果通过 ActionScript 创建 ConstraintColumn 实例,则必须调用传入 MXML 文档的此方法,并将 id
设置为 null
。
参数
document:Object — 包含此 ConstraintColumn 的 MXML 文档。
| |
id:String — 已忽略。
|
setActualWidth | () | 方法 |
Tue Jun 12 2018, 11:04 AM Z