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