Package | stimulsoft.controls_old.visual |
Class | public class StiComboBoxTree |
Inheritance | StiComboBoxTree ![]() ![]() |
Default MXML PropertydataProvider
Property | Defined By | ||
---|---|---|---|
dataProvider : Object [override] | StiComboBoxTree | ||
iconFunction : Function | StiComboBoxTree | ||
labelFunction : Function [override] | StiComboBoxTree | ||
![]() | selectedItem : Object [override] [write-only] | StiComboBox | |
![]() | selectedTextItem : String | StiComboBox | |
![]() | selectedValueItem : * | StiComboBox | |
selectFunction : Function | StiComboBoxTree |
Method | Defined By | ||
---|---|---|---|
StiComboBoxTree | |||
![]() | applyTheme():void | StiComboBox | |
getNodeByLabel(label:String, parentNode:Object = null):Object | StiComboBoxTree | ||
openNodeTree(openNode:Object, parentNode:Object = null):Boolean | StiComboBoxTree | ||
selectNodeByLabel(label:String, parentNode:Object = null):Boolean | StiComboBoxTree | ||
updateLabel():void | StiComboBoxTree |
Method | Defined By | ||
---|---|---|---|
createChildren():void [override] | StiComboBoxTree | ||
downArrowButton_buttonDownHandler(event:FlexEvent):void [override] | StiComboBoxTree | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiComboBoxTree |
dataProvider | property |
dataProvider:Object
[override] public function get dataProvider():Object
public function set dataProvider(value:Object):void
iconFunction | property |
iconFunction:Function
public function get iconFunction():Function
public function set iconFunction(value:Function):void
labelFunction | property |
labelFunction:Function
[override] public function get labelFunction():Function
public function set labelFunction(value:Function):void
selectFunction | property |
selectFunction:Function
public function get selectFunction():Function
public function set selectFunction(value:Function):void
StiComboBoxTree | () | Constructor |
public function StiComboBoxTree()
createChildren | () | method |
override protected function createChildren():void
downArrowButton_buttonDownHandler | () | method |
override protected function downArrowButton_buttonDownHandler(event:FlexEvent):void
Parameters
event:FlexEvent |
getNodeByLabel | () | method |
public function getNodeByLabel(label:String, parentNode:Object = null):Object
Parameters
label:String | |
parentNode:Object (default = null )
|
Object |
openNodeTree | () | method |
public function openNodeTree(openNode:Object, parentNode:Object = null):Boolean
Parameters
openNode:Object | |
parentNode:Object (default = null )
|
Boolean |
selectNodeByLabel | () | method |
public function selectNodeByLabel(label:String, parentNode:Object = null):Boolean
Parameters
label:String | |
parentNode:Object (default = null )
|
Boolean |
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |
updateLabel | () | method |
public function updateLabel():void