Packageorg.apache.flex.mobile.beads
Classpublic class ViewManagerViewBase
InheritanceViewManagerViewBase Inheritance Object
Implements IBeadView
Subclasses StackedViewManagerView, TabbedViewManagerView

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

The ViewManagerViewBase creates the visual elements of the StackedViewManager. This includes a NavigationBar, ToolBar, and contentArea.



Public Properties
 PropertyDefined By
  host : IUIBase
ViewManagerViewBase
  navigationBar : NavigationBar
ViewManagerViewBase
  strand : IStrand
ViewManagerViewBase
Public Methods
 MethodDefined By
  
Constructor.
ViewManagerViewBase
Protected Methods
 MethodDefined By
  
ViewManagerViewBase
Property Detail
hostproperty
host:IUIBase


Implementation
    public function get host():IUIBase
    public function set host(value:IUIBase):void
navigationBarproperty 
navigationBar:NavigationBar


Implementation
    public function get navigationBar():NavigationBar
    public function set navigationBar(value:NavigationBar):void
strandproperty 
strand:IStrand


Implementation
    public function get strand():IStrand
    public function set strand(value:IStrand):void
Constructor Detail
ViewManagerViewBase()Constructor
public function ViewManagerViewBase()

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

Constructor.

Method Detail
sizeViewsToFitContentArea()method
protected function sizeViewsToFitContentArea():void