| Package | com.esri.aws.awx.widget |
| Class | public class WidgetNavigator |
| Inheritance | WidgetNavigator BaseWidgetContainer mx.core.UIComponent |
Like a ViewStack or TabNavigator container, a WidgetNavigator container has a collection of child containers, in which only one child at a time is visible.
| Property | Defined by | ||
|---|---|---|---|
| autoResize : Boolean
Determines whether or not the container resizes as needed.
| WidgetNavigator | ||
![]() | data : Object | BaseWidgetContainer | |
![]() | numWidgets : int
Number of widgets in widget container.
| BaseWidgetContainer | |
| selectedIndex : int
The index of the selected IWidget in the widgets array.
| WidgetNavigator | ||
| selectedItem : IWidget
The IWidget currently selected in the container.
| WidgetNavigator | ||
![]() | widgets : WidgetCollection
The widgetCollection of the widget container.
| BaseWidgetContainer | |
| Method | Defined by | ||
|---|---|---|---|
|
collectionSelectionHandler(event:WidgetCollectionEvent):void
| WidgetNavigator | ||
|
readStyleValues():void
| WidgetNavigator | ||
| autoResize | property |
autoResize:Boolean [read-write]Determines whether or not the container resizes as needed. If set to false, it will use the size of the first widget view for each subsequent widget.
Implementation public function get autoResize():Boolean
public function set autoResize(value:Boolean):void
| selectedIndex | property |
selectedIndex:int [read-write]The index of the selected IWidget in the widgets array.
Implementation public function get selectedIndex():int
public function set selectedIndex(value:int):void
| selectedItem | property |
selectedItem:IWidget [read-write]The IWidget currently selected in the container.
Implementation public function get selectedItem():IWidget
public function set selectedItem(value:IWidget):void
| collectionSelectionHandler | () | method |
protected override function collectionSelectionHandler(event:WidgetCollectionEvent):voidParameters
event:WidgetCollectionEvent |
| readStyleValues | () | method |
protected override function readStyleValues():void