Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The IUIBase interface is the basic interface for user interface components.
element:Object
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Each IUIBase has an element that is actually added to
the platform's display list DOM. It may not be the actual
component itself.
Implementation public function get element():Object
height:Number
The height of the bounding box.
Implementation public function get height():Number
public function set height(value:Number):void
width:Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The width of the bounding box.
Implementation public function get width():Number
public function set width(value:Number):void
x:Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The x co-ordinate or left side position of the bounding box.
Implementation public function get x():Number
public function set x(value:Number):void
y:Number
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The y co-ordinate or top position of the bounding box.
Implementation public function get y():Number
public function set y(value:Number):void
public function addedToParent():void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Called by parent components when the component is
added via a call to addElement or addElementAt.
Fri Apr 18 2014, 11:02 PM -07:00