Package | org.apache.flex.core |
Interface | public interface IApplicationView extends IUIBase, IStatesObject, IEventDispatcher, IStrand, IEventDispatcher, flash.events.IEventDispatcher |
Implementors | ViewBase |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Property | Defined By | ||
---|---|---|---|
![]() | alpha : Number
The alpha or opacity in the range of 0 to 1. | IUIBase | |
applicationModel : Object [write-only]
The application model. | IApplicationView | ||
![]() | currentState : String
The current state name
| IStatesObject | |
![]() | element : IFlexJSElement [read-only]
Each IUIBase has an element that is actually added to
the platform's display list DOM. | IUIBase | |
![]() | height : Number
The height of the bounding box. | IUIBase | |
![]() | states : Array [read-only]
The array of view states. | IStatesObject | |
![]() | topMostEventDispatcher : IEventDispatcher [read-only]
The top most event dispatcher. | IUIBase | |
![]() | transitions : Array [read-only]
The array of view state transitions. | IStatesObject | |
![]() | visible : Boolean
Whether the component is visible. | IUIBase | |
![]() | width : Number
The width of the bounding box. | IUIBase | |
![]() | x : Number
The x co-ordinate or left side position of the bounding box. | IUIBase | |
![]() | y : Number
The y co-ordinate or top position of the bounding box. | IUIBase |
applicationModel | property |
applicationModel:Object
[write-only] Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The application model.
public function set applicationModel(value:Object):void