Package | stimulsoft.viewer.requestFromUser.range |
Class | public class StiRangeCharItemControl |
Inheritance | StiRangeCharItemControl ![]() ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
![]() | bindingValues : Array | StiItemControl | |
![]() | collection : StiHashtable | StiItemControl | |
![]() | defaultValue : * | StiItemControl | |
![]() | dictionary : StiDictionary | StiItemControl | |
dropDownButton : StiButton | StiRangeCharItemControl | ||
labelFrom : StiLabel | StiRangeCharItemControl | ||
labelTo : StiLabel | StiRangeCharItemControl | ||
panel : HBox | StiRangeCharItemControl | ||
tiFrom : StiTextInput | StiRangeCharItemControl | ||
tiTo : StiTextInput | StiRangeCharItemControl | ||
value : Object [override] [read-only] | StiRangeCharItemControl | ||
![]() | variable : StiVariable | StiItemControl |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiRangeCharItemControl | ||
![]() | checkBinding(variableName:String, value:String):void | StiItemControl | |
update():void [override] | StiRangeCharItemControl |
Method | Defined By | ||
---|---|---|---|
onCreationComplete(event:FlexEvent):void | StiRangeCharItemControl | ||
onInitialize(event:FlexEvent):void | StiRangeCharItemControl |
dropDownButton | property |
public var dropDownButton:StiButton
This property can be used as the source for data binding.
labelFrom | property |
public var labelFrom:StiLabel
This property can be used as the source for data binding.
labelTo | property |
public var labelTo:StiLabel
This property can be used as the source for data binding.
panel | property |
public var panel:HBox
This property can be used as the source for data binding.
tiFrom | property |
public var tiFrom:StiTextInput
This property can be used as the source for data binding.
tiTo | property |
public var tiTo:StiTextInput
This property can be used as the source for data binding.
value | property |
value:Object
[read-only] [override] public function get value():Object
StiRangeCharItemControl | () | Constructor |
public function StiRangeCharItemControl()
Constructor.
onCreationComplete | () | method |
protected function onCreationComplete(event:FlexEvent):void
Parameters
event:FlexEvent |
onInitialize | () | method |
protected function onInitialize(event:FlexEvent):void
Parameters
event:FlexEvent |
update | () | method |
override public function update():void