Packagestimulsoft.controls_old.visual.zoneControl
Classpublic class StiDataSourceFilterZoneControl
InheritanceStiDataSourceFilterZoneControl Inheritance StiZoneControl Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  btnExpression : StiButton
StiDataSourceFilterZoneControl
  btnValue1Expression : StiButton
StiDataSourceFilterZoneControl
  btnValue2Expression : StiButton
StiDataSourceFilterZoneControl
  cbColumnt : StiDictionaryComboBox
StiDataSourceFilterZoneControl
  cbCondition : StiComboBox
StiDataSourceFilterZoneControl
  cbDataType : StiComboBox
StiDataSourceFilterZoneControl
  cbItem : StiComboBox
StiDataSourceFilterZoneControl
  cbValueBoolean : StiComboBox
StiDataSourceFilterZoneControl
  data : Object
[override] [write-only]
StiDataSourceFilterZoneControl
  dfValue1DateTime : DateField
StiDataSourceFilterZoneControl
  dfValue2DateTime : DateField
StiDataSourceFilterZoneControl
  element : StiFilter
StiDataSourceFilterZoneControl
 InheritedisSelected : Boolean
[read-only]
StiZoneControl
  labelAndDateTime : StiLabel
StiDataSourceFilterZoneControl
  labelAndExpression : StiLabel
StiDataSourceFilterZoneControl
  labelAndNumeric : StiLabel
StiDataSourceFilterZoneControl
  lbColumn : StiLabel
StiDataSourceFilterZoneControl
  lbDataType : StiLabel
StiDataSourceFilterZoneControl
  report : StiReport
[override]
StiDataSourceFilterZoneControl
  stilabel1 : StiLabel
StiDataSourceFilterZoneControl
  tiExpression : StiTextInput
StiDataSourceFilterZoneControl
  tiValue1Expression : StiTextInput
StiDataSourceFilterZoneControl
  tiValue1Numeric : StiTextInput
StiDataSourceFilterZoneControl
  tiValue2Expression : StiTextInput
StiDataSourceFilterZoneControl
  tiValue2Numeric : StiTextInput
StiDataSourceFilterZoneControl
  tiValueString : StiTextInput
StiDataSourceFilterZoneControl
 Inheritedzone : StiZoneContainerControl
[read-only]
StiZoneControl
Public Methods
 MethodDefined By
  
Constructor.
StiDataSourceFilterZoneControl
 Inherited
onAdded(event:Event):void
StiZoneControl
Protected Methods
 MethodDefined By
  
onCreationComplete(event:FlexEvent):void
StiDataSourceFilterZoneControl
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiZoneControl
Property Detail
btnExpressionproperty
public var btnExpression:StiButton

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

btnValue1Expressionproperty 
public var btnValue1Expression:StiButton

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

btnValue2Expressionproperty 
public var btnValue2Expression: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
dfValue1DateTimeproperty 
public var dfValue1DateTime:DateField

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

dfValue2DateTimeproperty 
public var dfValue2DateTime: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
labelAndDateTimeproperty 
public var labelAndDateTime:StiLabel

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

labelAndExpressionproperty 
public var labelAndExpression:StiLabel

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

labelAndNumericproperty 
public var labelAndNumeric:StiLabel

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

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[override]


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.

tiValue1Expressionproperty 
public var tiValue1Expression:StiTextInput

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

tiValue1Numericproperty 
public var tiValue1Numeric:StiTextInput

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

tiValue2Expressionproperty 
public var tiValue2Expression:StiTextInput

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

tiValue2Numericproperty 
public var tiValue2Numeric: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
StiDataSourceFilterZoneControl()Constructor
public function StiDataSourceFilterZoneControl()

Constructor.

Method Detail
onCreationComplete()method
protected function onCreationComplete(event:FlexEvent):void

Parameters

event:FlexEvent