Packagestimulsoft.viewer.requestFromUser.range
Classpublic class StiRangeGuidItemControl
InheritanceStiRangeGuidItemControl Inheritance StiItemControl Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
 InheritedbindingValues : Array
StiItemControl
 Inheritedcollection : StiHashtable
StiItemControl
 InheriteddefaultValue : *
StiItemControl
 Inheriteddictionary : StiDictionary
StiItemControl
  dropDownButton : StiButton
StiRangeGuidItemControl
  labelFrom : StiLabel
StiRangeGuidItemControl
  labelTo : StiLabel
StiRangeGuidItemControl
  panel : HBox
StiRangeGuidItemControl
  tiFrom : StiTextInput
StiRangeGuidItemControl
  tiTo : StiTextInput
StiRangeGuidItemControl
  value : Object
[override] [read-only]
StiRangeGuidItemControl
 Inheritedvariable : StiVariable
StiItemControl
Public Methods
 MethodDefined By
  
Constructor.
StiRangeGuidItemControl
 Inherited
checkBinding(variableName:String, value:String):void
StiItemControl
  
update():void
[override]
StiRangeGuidItemControl
Protected Methods
 MethodDefined By
  
onCreationComplete(event:FlexEvent):void
StiRangeGuidItemControl
  
onInitialize(event:FlexEvent):void
StiRangeGuidItemControl
Property Detail
dropDownButtonproperty
public var dropDownButton:StiButton

This property can be used as the source for data binding.

labelFromproperty 
public var labelFrom:StiLabel

This property can be used as the source for data binding.

labelToproperty 
public var labelTo:StiLabel

This property can be used as the source for data binding.

panelproperty 
public var panel:HBox

This property can be used as the source for data binding.

tiFromproperty 
public var tiFrom:StiTextInput

This property can be used as the source for data binding.

tiToproperty 
public var tiTo:StiTextInput

This property can be used as the source for data binding.

valueproperty 
value:Object  [read-only] [override]


Implementation
    public function get value():Object
Constructor Detail
StiRangeGuidItemControl()Constructor
public function StiRangeGuidItemControl()

Constructor.

Method Detail
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