Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The ViewManagerModel houses properties and values common to the components
which make up view managers. These properties include the title, which view
is currently active and selected.
public var contentHeight:Number = 0
public var contentWidth:Number = 0
public var contentX:Number = 0
public var contentY:Number = 0
navigationBar:NavigationBar
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The NavigationBar (or null if not present).
Implementation public function get navigationBar():NavigationBar
public function set navigationBar(value:NavigationBar ):void
navigationBarItems:Array
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The array of controls that make up the NavigationBar.
Implementation public function get navigationBarItems():Array
public function set navigationBarItems(value:Array):void
selectedIndex:Number
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The index into the views array of the currently active view.
Implementation public function get selectedIndex():Number
public function set selectedIndex(value:Number):void
strand:IStrand
[write-only]
Implementation public function set strand(value:IStrand ):void
tabBar:TabBar
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The TabBar (or null if not present).
Implementation public function get tabBar():TabBar
public function set tabBar(value:TabBar ):void
title:String
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The title of the view..
Implementation public function get title():String
public function set title(value:String):void
toolBar:ToolBar
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The ToolBar (or null if not present).
Implementation public function get toolBar():ToolBar
public function set toolBar(value:ToolBar ):void
toolBarItems:Array
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The array of controls that make up the ToolBar..
Implementation public function get toolBarItems():Array
public function set toolBarItems(value:Array):void
views:Array
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
The array of views displayed in the contentArea of the ViewManager.
Implementation public function get views():Array
public function set views(value:Array):void
public function ViewManagerModel()
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Constructor.
public function popView():Object
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Removes the most recently added view. The next view in the stack becomes the
active view. Mostly used by StackedViewManager.
Returns public function pushView(value:Object):void
Language Version : ActionScript 3.0
Product Version : FlexJS 0.0
Runtime Versions : Flash Player 10.2, AIR 2.6
Pushes a view onto the top/end of the stack of views. This view becomes
the active view. Mostly used by the StackedViewManager.
Parameters
The Apache Software Foundation Mon Sep 5 2016, 07:19 AM -07:00