Packageorg.apache.flex.core
Interfacepublic 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

The IApplicationView interface is the interface for main view of the application.



Public Properties
 PropertyDefined By
 Inheritedalpha : Number
The alpha or opacity in the range of 0 to 1.
IUIBase
  applicationModel : Object
[write-only] The application model.
IApplicationView
 InheritedcurrentState : String
The current state name
IStatesObject
 Inheritedelement : IFlexJSElement
[read-only] Each IUIBase has an element that is actually added to the platform's display list DOM.
IUIBase
 Inheritedheight : Number
The height of the bounding box.
IUIBase
 Inheritedstates : Array
[read-only] The array of view states.
IStatesObject
 InheritedtopMostEventDispatcher : IEventDispatcher
[read-only] The top most event dispatcher.
IUIBase
 Inheritedtransitions : Array
[read-only] The array of view state transitions.
IStatesObject
 Inheritedvisible : Boolean
Whether the component is visible.
IUIBase
 Inheritedwidth : Number
The width of the bounding box.
IUIBase
 Inheritedx : Number
The x co-ordinate or left side position of the bounding box.
IUIBase
 Inheritedy : Number
The y co-ordinate or top position of the bounding box.
IUIBase
Public Methods
 MethodDefined By
 Inherited
addBead(bead:IBead):void
Add a bead to the strand.
IStrand
 Inherited
Called by parent components when the component is added via a call to addElement or addElementAt.
IUIBase
 Inherited
getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand.
IStrand
 Inherited
Remove a bead from the strand.
IStrand
Property Detail
applicationModelproperty
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.


Implementation
    public function set applicationModel(value:Object):void