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

IUIAttributes  - AS3 ADEP Composite Application

com.adobe.mosaic.om.interfaces
接口public interface IUIAttributes

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The IUIAttributes interface provides methods for setting and getting values that map directly to Flex UIComponent attributes.



公共属性
 属性由以下参数定义
  bottom : Number
Returns the node's bottom value which is the vertical distance, in pixels, from the lower edge of the component to the lower edge of the content region.
IUIAttributes
  height : String
The maximum height for the nodes.
IUIAttributes
  left : Number
Returns the node's left value which is horizontal distance, in pixels, from the left edge of the component to the left edge of the content region.
IUIAttributes
  maxHeight : Number
The node's maximum width.
IUIAttributes
  maxWidth : Number
The node's maximum width.
IUIAttributes
  minHeight : Number
The node's minimum height.
IUIAttributes
  minWidth : Number
The the node's minimum width.
IUIAttributes
  right : Number
Returns the node's right value which is the horizontal distance, in pixels, from the right edge of the component to the right edge of the content region.
IUIAttributes
  styleName : String
The style name for the node.
IUIAttributes
  top : Number
Returns the node's top value which is the vertical distance, in pixels, from the upper edge of the component to the upper edge of the content region.
IUIAttributes
  visible : Boolean
Returns the node's visible setting.
IUIAttributes
  width : String
Returns the node's width.
IUIAttributes
  x : Number
Returns the node's x coordinate, relative to its container.
IUIAttributes
  y : Number
Returns the node's y coordinate, relative to its container.
IUIAttributes
属性详细信息

bottom

属性
bottom:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

Returns the node's bottom value which is the vertical distance, in pixels, from the lower edge of the component to the lower edge of the content region.



实现
    public function get bottom():Number
    public function set bottom(value:Number):void

height

属性 
height:String

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The maximum height for the nodes. If it was previously set as a percentage, the return value includes the "%" character. In either case, the return value is a String. The parameter is a string to accommodate values like "100%" as well as "350".



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

left

属性 
left:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

Returns the node's left value which is horizontal distance, in pixels, from the left edge of the component to the left edge of the content region.



实现
    public function get left():Number
    public function set left(value:Number):void

maxHeight

属性 
maxHeight:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The node's maximum width. If it was previously set as a percentage, the return value includes the "%" character. In either case, the return value is a String.



实现
    public function get maxHeight():Number
    public function set maxHeight(value:Number):void

maxWidth

属性 
maxWidth:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The node's maximum width. If it was previously set as a percentage, the return value includes the "%" character. In either case, the return value is a string value that can accommodate values like "100%" as well as "350".



实现
    public function get maxWidth():Number
    public function set maxWidth(value:Number):void

minHeight

属性 
minHeight:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The node's minimum height. If it was previously set as a percentage, the return value includes the "%" character. In either case, the return value is a string value that can accommodate values like "100%" as well as "350".



实现
    public function get minHeight():Number
    public function set minHeight(value:Number):void

minWidth

属性 
minWidth:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The the node's minimum width. If it was previously set as a percentage, the return value includes the "%" character. In either case, the return value is a string value that can accommodate values like "100%" as well as "350".



实现
    public function get minWidth():Number
    public function set minWidth(value:Number):void

right

属性 
right:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

Returns the node's right value which is the horizontal distance, in pixels, from the right edge of the component to the right edge of the content region.



实现
    public function get right():Number
    public function set right(value:Number):void

styleName

属性 
styleName:String

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

The style name for the node.



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

top

属性 
top:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

Returns the node's top value which is the vertical distance, in pixels, from the upper edge of the component to the upper edge of the content region.



实现
    public function get top():Number
    public function set top(value:Number):void

visible

属性 
visible:Boolean

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

Returns the node's visible setting. This value only indicates whether the node is defined to be visible and does not determine if the node is hidden by others.



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

width

属性 
width:String

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

Returns the node's width. If it was previously set as a percentage, the return value includes the "%" character. In either case, the return value is a string value that can accommodate values like "100%" as well as "350".



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

x

属性 
x:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

Returns the node's x coordinate, relative to its container.



实现
    public function get x():Number
    public function set x(value:Number):void

y

属性 
y:Number

语言版本: ActionScript 3.0
产品版本: Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10
运行时版本: AIR 2.6, Flash Player 10.2

Returns the node's y coordinate, relative to its container.



实现
    public function get y():Number
    public function set y(value:Number):void




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

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