| Package | stimulsoft.controls.visual.dictionary |
| Class | public class StiDictionaryComboBox |
| Inheritance | StiDictionaryComboBox StiComboBox mx.controls.ComboBox |
Default MXML PropertydataProvider
| Property | Defined By | ||
|---|---|---|---|
| dataColumn : Object | StiDictionaryComboBox | ||
| dictionaryTree : StiDictionaryTree | StiDictionaryComboBox | ||
| report : StiReport | StiDictionaryComboBox | ||
![]() | selectedItem : Object [override] [write-only] | StiComboBox | |
![]() | selectedTextItem : String | StiComboBox | |
![]() | selectedValueItem : * | StiComboBox | |
| type : int | StiDictionaryComboBox | ||
| visibleDataSources : Object [write-only] | StiDictionaryComboBox | ||
| Method | Defined By | ||
|---|---|---|---|
![]() | applyTheme():void | StiComboBox | |
dispose():void | StiDictionaryComboBox | ||
| Method | Defined By | ||
|---|---|---|---|
createChildren():void [override] | StiDictionaryComboBox | ||
downArrowButton_buttonDownHandler(event:FlexEvent):void [override] | StiDictionaryComboBox | ||
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiDictionaryComboBox | ||
| dataColumn | property |
dataColumn:Object public function get dataColumn():Object public function set dataColumn(value:Object):void| dictionaryTree | property |
public var dictionaryTree:StiDictionaryTree| report | property |
report:StiReport public function get report():StiReport public function set report(value:StiReport):void| type | property |
type:int public function get type():int public function set type(value:int):void| visibleDataSources | property |
visibleDataSources:Object [write-only] public function set visibleDataSources(value:Object):void| createChildren | () | method |
override protected function createChildren():void| dispose | () | method |
public function dispose():void| downArrowButton_buttonDownHandler | () | method |
override protected function downArrowButton_buttonDownHandler(event:FlexEvent):voidParameters
event:FlexEvent |
| updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |