Package | org.samchon.library.ui |
Class | public class ButtonBar |
Inheritance | ButtonBar ![]() |
Default MXML PropertydataProvider
Property | Defined By | ||
---|---|---|---|
allowMultipleSelection : Boolean [write-only] | ButtonBar | ||
removedIndex : int [read-only] | ButtonBar | ||
removedItem : Object [read-only] | ButtonBar | ||
selectedIndex : int [override] | ButtonBar | ||
selectedIndices : Array | ButtonBar | ||
selectedItems : Array [read-only] | ButtonBar |
Property | Defined By | ||
---|---|---|---|
_allowMultipleSelection : Boolean | ButtonBar | ||
creationFlag : Boolean = false | ButtonBar | ||
_removedIndex : int = -1 | ButtonBar | ||
_selectedIndex : int = -1 | ButtonBar | ||
_selectedIndices : Array | ButtonBar | ||
_setSelectedIndex : int = -1 | ButtonBar |
Method | Defined By | ||
---|---|---|---|
ButtonBar | |||
removeSelectionAt(x:int, manual:Boolean = true):void | ButtonBar |
Method | Defined By | ||
---|---|---|---|
getItemRenderer(index:int):IItemRenderer | ButtonBar | ||
itemSelected(index:int, selected:Boolean):void [override] | ButtonBar | ||
main(event:FlexEvent):void | ButtonBar |
_allowMultipleSelection | property |
protected var _allowMultipleSelection:Boolean
_removedIndex | property |
protected var _removedIndex:int = -1
_selectedIndex | property |
protected var _selectedIndex:int = -1
_selectedIndices | property |
protected var _selectedIndices:Array
_setSelectedIndex | property |
protected var _setSelectedIndex:int = -1
allowMultipleSelection | property |
allowMultipleSelection:Boolean
[write-only] public function set allowMultipleSelection(value:Boolean):void
creationFlag | property |
protected var creationFlag:Boolean = false
removedIndex | property |
removedIndex:int
[read-only] public function get removedIndex():int
removedItem | property |
removedItem:Object
[read-only] public function get removedItem():Object
selectedIndex | property |
selectedIndex:int
[override] public function get selectedIndex():int
public function set selectedIndex(value:int):void
selectedIndices | property |
selectedIndices:Array
public function get selectedIndices():Array
public function set selectedIndices(value:Array):void
selectedItems | property |
selectedItems:Array
[read-only] public function get selectedItems():Array
ButtonBar | () | Constructor |
public function ButtonBar()
getItemRenderer | () | method |
protected function getItemRenderer(index:int):IItemRenderer
Parameters
index:int |
IItemRenderer |
itemSelected | () | method |
override protected function itemSelected(index:int, selected:Boolean):void
Parameters
index:int | |
selected:Boolean |
main | () | method |
protected function main(event:FlexEvent):void
Parameters
event:FlexEvent |
removeSelectionAt | () | method |
public function removeSelectionAt(x:int, manual:Boolean = true):void
Parameters
x:int | |
manual:Boolean (default = true )
|