Packagespark.managers
Interfacepublic interface INavigatorBrowserManager

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

This class is experimental, which means it has not been tested or documented as thoroughly as other core Apache Flex classes.

The interface that the shared instance of the NavigtorBrowserManager implements, which is accessed with the NavigtorBrowserManager.getInstance() method.

See also

spark.managers.NavigtorBrowserManager


Public Properties
 PropertyDefined By
  fragmentField : String
The portion of current URL after the '#' as it appears in the browser address bar, or the default fragment used in setup() if there is nothing after the '#'.
INavigatorBrowserManager
  fragmentFunction : Function
The portion of current URL after the '#' as it appears in the browser address bar, or the default fragment used in setup() if there is nothing after the '#'.
INavigatorBrowserManager
Public Methods
 MethodDefined By
  
Registers a layout so that it can be managed.
INavigatorBrowserManager
  
Unregisters a layout so that it is no longer managed.
INavigatorBrowserManager
Property Detail
fragmentFieldproperty
fragmentField:String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The portion of current URL after the '#' as it appears in the browser address bar, or the default fragment used in setup() if there is nothing after the '#'. Use setFragment to change this value.


Implementation
    public function get fragmentField():String
    public function set fragmentField(value:String):void
fragmentFunctionproperty 
fragmentFunction:Function

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The portion of current URL after the '#' as it appears in the browser address bar, or the default fragment used in setup() if there is nothing after the '#'. Use setFragment to change this value.


Implementation
    public function get fragmentFunction():Function
    public function set fragmentFunction(value:Function):void
Method Detail
registerLayout()method
public function registerLayout(value:INavigatorLayout):void

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Registers a layout so that it can be managed.

Parameters

value:INavigatorLayout — The INavigatorLayout to be registered.

unRegisterLayout()method 
public function unRegisterLayout(value:INavigatorLayout):void

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

Unregisters a layout so that it is no longer managed.

Parameters

value:INavigatorLayout — The INavigatorLayout to be unregistered.