| 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.
alpha:Number| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The alpha or opacity in the range of 0 to 1.
Implementation public function get alpha():Number public function set alpha(value:Number):voidelement:IFlexJSElement [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():IFlexJSElementheight:Number| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The height of the bounding box.
Implementation public function get height():Number public function set height(value:Number):voidtopMostEventDispatcher:IEventDispatcher [read-only]
| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The top most event dispatcher. Good for trying to capture
all input events.
Implementation public function get topMostEventDispatcher():IEventDispatchervisible:Boolean| Language Version : | ActionScript 3.0 |
| Product Version : | FlexJS 0.0 |
| Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Whether the component is visible.
Implementation public function get visible():Boolean public function set visible(value:Boolean):voidwidth: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):voidx: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):voidy: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.
Mon Sep 5 2016, 07:19 AM -07:00