Packageorg.apache.flex.mobile
Interfacepublic interface IViewManager extends IViewManagerView
Implementors StackedViewManager, TabbedViewManager, ViewManagerBase

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The IViewManager interface is implemented by classes that manage or control IViews.



Public Properties
 PropertyDefined By
  selectedView : IViewManagerView
[read-only] The view that is currently active in the view manager.
IViewManager
 InheritedviewManager : IViewManager
The parent view manager.
IViewManagerView
Property Detail
selectedViewproperty
selectedView:IViewManagerView  [read-only]

Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6

The view that is currently active in the view manager.


Implementation
    public function get selectedView():IViewManagerView