| Pakiet | com.adobe.mosaic.om.interfaces |
| Interfejs | public interface IUIAttributes |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
IUIAttributes interface provides methods for setting and getting values
that map directly to Flex UIComponent attributes.
| Właściwość | Zdefiniowane przez | ||
|---|---|---|---|
| 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 | właściwość |
bottom:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get bottom():Number public function set bottom(value:Number):voidheight | właściwość |
height:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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".
Implementacja
public function get height():String public function set height(value:String):voidleft | właściwość |
left:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get left():Number public function set left(value:Number):voidmaxHeight | właściwość |
maxHeight:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get maxHeight():Number public function set maxHeight(value:Number):voidmaxWidth | właściwość |
maxWidth:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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".
Implementacja
public function get maxWidth():Number public function set maxWidth(value:Number):voidminHeight | właściwość |
minHeight:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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".
Implementacja
public function get minHeight():Number public function set minHeight(value:Number):voidminWidth | właściwość |
minWidth:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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".
Implementacja
public function get minWidth():Number public function set minWidth(value:Number):voidright | właściwość |
right:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get right():Number public function set right(value:Number):voidstyleName | właściwość |
styleName:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
The style name for the node.
Implementacja
public function get styleName():String public function set styleName(value:String):voidtop | właściwość |
top:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get top():Number public function set top(value:Number):voidvisible | właściwość |
visible:Boolean| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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.
Implementacja
public function get visible():Boolean public function set visible(value:Boolean):voidwidth | właściwość |
width:String| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | 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".
Implementacja
public function get width():String public function set width(value:String):voidx | właściwość |
x:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the node's x coordinate, relative to its container.
Implementacja
public function get x():Number public function set x(value:Number):voidy | właściwość |
y:Number| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Adobe Digital Enterprise Platform Experience Services - Composite Application Framework 10 |
| Wersje środowiska wykonawczego: | AIR 2.6, Flash Player 10.2 |
Returns the node's y coordinate, relative to its container.
Implementacja
public function get y():Number public function set y(value:Number):voidTue Jun 12 2018, 12:06 PM Z