| Package | stimulsoft.controls_old.visual |
| Class | public class StiComboBoxTree |
| Inheritance | StiComboBoxTree StiComboBox mx.controls.ComboBox |
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):voidParameters
event:FlexEvent |
| getNodeByLabel | () | method |
public function getNodeByLabel(label:String, parentNode:Object = null):ObjectParameters
label:String | |
parentNode:Object (default = null) |
Object |
| openNodeTree | () | method |
public function openNodeTree(openNode:Object, parentNode:Object = null):BooleanParameters
openNode:Object | |
parentNode:Object (default = null) |
Boolean |
| selectNodeByLabel | () | method |
public function selectNodeByLabel(label:String, parentNode:Object = null):BooleanParameters
label:String | |
parentNode:Object (default = null) |
Boolean |
| updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |
| updateLabel | () | method |
public function updateLabel():void