Packagestimulsoft.controls.visual
Classpublic class StiComboBox
InheritanceStiComboBox Inheritance mx.controls.ComboBox
Implements IStiTheme
Subclasses StiColorComboBox2, StiComboBoxCanvas, StiComboBoxTree, StiComponentsComboBox, StiDictionaryComboBox

Default MXML PropertydataProvider



Public Properties
 PropertyDefined By
  selectedItem : Object
[override] [write-only]
StiComboBox
  selectedTextItem : String
StiComboBox
  selectedValueItem : *
StiComboBox
Public Methods
 MethodDefined By
  
StiComboBox
  
applyTheme():void
StiComboBox
Protected Methods
 MethodDefined By
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiComboBox
Property Detail
selectedItemproperty
selectedItem:Object  [write-only] [override]


Implementation
    public function set selectedItem(value:Object):void
selectedTextItemproperty 
selectedTextItem:String


Implementation
    public function get selectedTextItem():String
    public function set selectedTextItem(value:String):void
selectedValueItemproperty 
selectedValueItem:*


Implementation
    public function get selectedValueItem():*
    public function set selectedValueItem(value:any):void
Constructor Detail
StiComboBox()Constructor
public function StiComboBox()



Method Detail
applyTheme()method
public function applyTheme():void

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

Parameters

unscaledWidth:Number
 
unscaledHeight:Number