Package | stimulsoft.controls.visual |
Class | public class StiComboBox |
Inheritance | StiComboBox ![]() |
Implements | IStiTheme |
Subclasses | StiColorComboBox2, StiComboBoxCanvas, StiComboBoxTree, StiComponentsComboBox, StiDictionaryComboBox |
Default MXML PropertydataProvider
Property | Defined By | ||
---|---|---|---|
selectedItem : Object [override] [write-only] | StiComboBox | ||
selectedTextItem : String | StiComboBox | ||
selectedValueItem : * | StiComboBox |
Method | Defined By | ||
---|---|---|---|
StiComboBox | |||
applyTheme():void | StiComboBox |
Method | Defined By | ||
---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiComboBox |
selectedItem | property |
selectedItem:Object
[write-only] [override] public function set selectedItem(value:Object):void
selectedTextItem | property |
selectedTextItem:String
public function get selectedTextItem():String
public function set selectedTextItem(value:String):void
selectedValueItem | property |
selectedValueItem:*
public function get selectedValueItem():*
public function set selectedValueItem(value:any):void
StiComboBox | () | Constructor |
public function StiComboBox()
applyTheme | () | method |
public function applyTheme():void
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |