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