Packagestimulsoft.controls.visual.dictionary
Classpublic class StiDictionaryComboBox
InheritanceStiDictionaryComboBox Inheritance StiComboBox Inheritance mx.controls.ComboBox

Default MXML PropertydataProvider



Public Properties
 PropertyDefined By
  dataColumn : Object
StiDictionaryComboBox
  dictionaryTree : StiDictionaryTree
StiDictionaryComboBox
  report : StiReport
StiDictionaryComboBox
 InheritedselectedItem : Object
[override] [write-only]
StiComboBox
 InheritedselectedTextItem : String
StiComboBox
 InheritedselectedValueItem : *
StiComboBox
  type : int
StiDictionaryComboBox
  visibleDataSources : Object
[write-only]
StiDictionaryComboBox
Public Methods
 MethodDefined By
 Inherited
applyTheme():void
StiComboBox
  
dispose():void
StiDictionaryComboBox
Protected Methods
 MethodDefined By
  
[override]
StiDictionaryComboBox
  
downArrowButton_buttonDownHandler(event:FlexEvent):void
[override]
StiDictionaryComboBox
  
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiDictionaryComboBox
Property Detail
dataColumnproperty
dataColumn:Object


Implementation
    public function get dataColumn():Object
    public function set dataColumn(value:Object):void
dictionaryTreeproperty 
public var dictionaryTree:StiDictionaryTree

reportproperty 
report:StiReport


Implementation
    public function get report():StiReport
    public function set report(value:StiReport):void
typeproperty 
type:int


Implementation
    public function get type():int
    public function set type(value:int):void
visibleDataSourcesproperty 
visibleDataSources:Object  [write-only]


Implementation
    public function set visibleDataSources(value:Object):void
Method Detail
createChildren()method
override protected function createChildren():void

dispose()method 
public function dispose():void

downArrowButton_buttonDownHandler()method 
override protected function downArrowButton_buttonDownHandler(event:FlexEvent):void

Parameters

event:FlexEvent

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

Parameters

unscaledWidth:Number
 
unscaledHeight:Number