Packagestimulsoft.controls_old.visual.conditions
Classpublic class StiConditionLevelControl
InheritanceStiConditionLevelControl Inheritance StiZoneLevelControl Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  btnExpression : StiButton
StiConditionLevelControl
  btnValueExpression : StiButton
StiConditionLevelControl
  buttonRemove : StiButton
StiConditionLevelControl
  cbColumnt : StiDictionaryComboBox
StiConditionLevelControl
  cbCondition : StiComboBox
StiConditionLevelControl
  cbDataType : StiComboBox
StiConditionLevelControl
  cbItem : StiComboBox
StiConditionLevelControl
  cbValueBoolean : StiComboBox
StiConditionLevelControl
  data : Object
[override] [write-only]
StiConditionLevelControl
  dfValueDateTime : DateField
StiConditionLevelControl
  element : StiFilter
StiConditionLevelControl
  lbColumn : StiLabel
StiConditionLevelControl
  lbDataType : StiLabel
StiConditionLevelControl
  report : StiReport
StiConditionLevelControl
  stilabel1 : StiLabel
StiConditionLevelControl
  tiExpression : StiTextInput
StiConditionLevelControl
  tiValueExpression : StiTextInput
StiConditionLevelControl
  tiValueNumeric : StiTextInput
StiConditionLevelControl
  tiValueString : StiTextInput
StiConditionLevelControl
 Inheritedzone : StiZoneLevelContainerControl
[read-only]
StiZoneLevelControl
Public Methods
 MethodDefined By
  
Constructor.
StiConditionLevelControl
 Inherited
onAdded(event:Event):void
StiZoneLevelControl
  
update():void
StiConditionLevelControl
Protected Methods
 MethodDefined By
  
cbColumnt_openHandler(event:DropdownEvent):void
StiConditionLevelControl
 Inherited
removeThis():void
StiZoneLevelControl
Property Detail
btnExpressionproperty
public var btnExpression:StiButton

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

btnValueExpressionproperty 
public var btnValueExpression:StiButton

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

buttonRemoveproperty 
public var buttonRemove:StiButton

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

cbColumntproperty 
public var cbColumnt:StiDictionaryComboBox

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

cbConditionproperty 
public var cbCondition:StiComboBox

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

cbDataTypeproperty 
public var cbDataType:StiComboBox

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

cbItemproperty 
public var cbItem:StiComboBox

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

cbValueBooleanproperty 
public var cbValueBoolean:StiComboBox

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

dataproperty 
data:Object  [write-only] [override]


Implementation
    public function set data(value:Object):void
dfValueDateTimeproperty 
public var dfValueDateTime:DateField

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

elementproperty 
element:StiFilter


Implementation
    public function get element():StiFilter
    public function set element(value:StiFilter):void
lbColumnproperty 
public var lbColumn:StiLabel

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

lbDataTypeproperty 
public var lbDataType:StiLabel

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

reportproperty 
report:StiReport


Implementation
    public function get report():StiReport
    public function set report(value:StiReport):void
stilabel1property 
public var stilabel1:StiLabel

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

tiExpressionproperty 
public var tiExpression:StiTextInput

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

tiValueExpressionproperty 
public var tiValueExpression:StiTextInput

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

tiValueNumericproperty 
public var tiValueNumeric:StiTextInput

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

tiValueStringproperty 
public var tiValueString:StiTextInput

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

Constructor Detail
StiConditionLevelControl()Constructor
public function StiConditionLevelControl()

Constructor.

Method Detail
cbColumnt_openHandler()method
protected function cbColumnt_openHandler(event:DropdownEvent):void

Parameters

event:DropdownEvent

update()method 
public function update():void