Packagestimulsoft.controls_old.visual.zoneControl
Classpublic class StiFilterZoneControl
InheritanceStiFilterZoneControl Inheritance StiZoneControl Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  cbCondition : StiComboBox
StiFilterZoneControl
  cbDataType : StiComboBox
StiFilterZoneControl
  cbItem : StiComboBox
StiFilterZoneControl
  cbValueBoolean : StiComboBox
StiFilterZoneControl
  data : Object
[override] [write-only]
StiFilterZoneControl
  dfValueDateTime : DateField
StiFilterZoneControl
  element : StiFilter
StiFilterZoneControl
 InheritedisSelected : Boolean
[read-only]
StiZoneControl
  lbCondition : StiLabel
StiFilterZoneControl
  lbDataType : StiLabel
StiFilterZoneControl
 Inheritedreport : StiReport
StiZoneControl
  stilabel1 : StiLabel
StiFilterZoneControl
  tiValueNumeric : StiTextInput
StiFilterZoneControl
  tiValueString : StiTextInput
StiFilterZoneControl
 Inheritedzone : StiZoneContainerControl
[read-only]
StiZoneControl
Public Methods
 MethodDefined By
  
Constructor.
StiFilterZoneControl
 Inherited
onAdded(event:Event):void
StiZoneControl
Protected Methods
 MethodDefined By
  
onCreationComplete(event:FlexEvent):void
StiFilterZoneControl
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiZoneControl
Property Detail
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
lbConditionproperty 
public var lbCondition: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.

stilabel1property 
public var stilabel1:StiLabel

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
StiFilterZoneControl()Constructor
public function StiFilterZoneControl()

Constructor.

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

Parameters

event:FlexEvent