Language Version : | ActionScript 3.0 |
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.
firstIndexInView:int
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Comment.
Implementation public function get firstIndexInView():int
lastIndexInView:int
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Comment.
Implementation public function get lastIndexInView():int
selectedElement:IVisualElement
[read-only]
Implementation public function get selectedElement():IVisualElement
selectedIndex:int
Language Version : | ActionScript 3.0 |
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
useVirtualLayout:Boolean
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
Comment.
Implementation public function get useVirtualLayout():Boolean
public function set useVirtualLayout(value:Boolean):void
Wed Mar 25 2015, 07:57 PM +01:00