Packagestimulsoft.controls_old.visual
Classpublic class StiComboBoxTree
InheritanceStiComboBoxTree Inheritance StiComboBox Inheritance mx.controls.ComboBox

Default MXML PropertydataProvider



Public Properties
 PropertyDefined By
  dataProvider : Object
[override]
StiComboBoxTree
  iconFunction : Function
StiComboBoxTree
  labelFunction : Function
[override]
StiComboBoxTree
 InheritedselectedItem : Object
[override] [write-only]
StiComboBox
 InheritedselectedTextItem : String
StiComboBox
 InheritedselectedValueItem : *
StiComboBox
  selectFunction : Function
StiComboBoxTree
Public Methods
 MethodDefined By
  
StiComboBoxTree
 Inherited
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
  
StiComboBoxTree
Protected Methods
 MethodDefined By
  
[override]
StiComboBoxTree
  
downArrowButton_buttonDownHandler(event:FlexEvent):void
[override]
StiComboBoxTree
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiComboBoxTree
Property Detail
dataProviderproperty
dataProvider:Object[override]


Implementation
    public function get dataProvider():Object
    public function set dataProvider(value:Object):void
iconFunctionproperty 
iconFunction:Function


Implementation
    public function get iconFunction():Function
    public function set iconFunction(value:Function):void
labelFunctionproperty 
labelFunction:Function[override]


Implementation
    public function get labelFunction():Function
    public function set labelFunction(value:Function):void
selectFunctionproperty 
selectFunction:Function


Implementation
    public function get selectFunction():Function
    public function set selectFunction(value:Function):void
Constructor Detail
StiComboBoxTree()Constructor
public function StiComboBoxTree()



Method Detail
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)

Returns
Object
openNodeTree()method 
public function openNodeTree(openNode:Object, parentNode:Object = null):Boolean

Parameters

openNode:Object
 
parentNode:Object (default = null)

Returns
Boolean
selectNodeByLabel()method 
public function selectNodeByLabel(label:String, parentNode:Object = null):Boolean

Parameters

label:String
 
parentNode:Object (default = null)

Returns
Boolean
updateDisplayList()method 
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void

Parameters

unscaledWidth:Number
 
unscaledHeight:Number

updateLabel()method 
public function updateLabel():void