Packagespark.layouts.supportClasses
Interfacepublic interface INavigatorLayout extends flash.events.IEventDispatcher
Implementors NavigatorLayoutBase

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

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

The INavigatorLayout interface indicates that the implementor is an LayoutBase that supports a selectedIndex property.



Public Properties
 PropertyDefined By
  firstIndexInView : int
[read-only] Comment.
INavigatorLayout
  lastIndexInView : int
[read-only] Comment.
INavigatorLayout
  selectedElement : IVisualElement
[read-only]
INavigatorLayout
  selectedIndex : int
The index of the selected INavigatorLayout item.
INavigatorLayout
  useVirtualLayout : Boolean
Comment.
INavigatorLayout
Property Detail
firstIndexInViewproperty
firstIndexInView:int  [read-only]

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

Comment.


Implementation
    public function get firstIndexInView():int
lastIndexInViewproperty 
lastIndexInView:int  [read-only]

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

Comment.


Implementation
    public function get lastIndexInView():int
selectedElementproperty 
selectedElement:IVisualElement  [read-only]


Implementation
    public function get selectedElement():IVisualElement
selectedIndexproperty 
selectedIndex:int

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

The index of the selected INavigatorLayout item.


Implementation
    public function get selectedIndex():int
    public function set selectedIndex(value:int):void
useVirtualLayoutproperty 
useVirtualLayout:Boolean

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

Comment.


Implementation
    public function get useVirtualLayout():Boolean
    public function set useVirtualLayout(value:Boolean):void