Package | stimulsoft.controls_old.visual.zoneControl |
Class | public class StiFilterZoneControl |
Inheritance | StiFilterZoneControl ![]() ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined 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 | ||
![]() | isSelected : Boolean [read-only] | StiZoneControl | |
lbCondition : StiLabel | StiFilterZoneControl | ||
lbDataType : StiLabel | StiFilterZoneControl | ||
![]() | report : StiReport | StiZoneControl | |
stilabel1 : StiLabel | StiFilterZoneControl | ||
tiValueNumeric : StiTextInput | StiFilterZoneControl | ||
tiValueString : StiTextInput | StiFilterZoneControl | ||
![]() | zone : StiZoneContainerControl [read-only] | StiZoneControl |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiFilterZoneControl | ||
![]() | onAdded(event:Event):void | StiZoneControl |
Method | Defined By | ||
---|---|---|---|
onCreationComplete(event:FlexEvent):void | StiFilterZoneControl | ||
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiZoneControl |
cbCondition | property |
public var cbCondition:StiComboBox
This property can be used as the source for data binding.
cbDataType | property |
public var cbDataType:StiComboBox
This property can be used as the source for data binding.
cbItem | property |
public var cbItem:StiComboBox
This property can be used as the source for data binding.
cbValueBoolean | property |
public var cbValueBoolean:StiComboBox
This property can be used as the source for data binding.
data | property |
data:Object
[write-only] [override] public function set data(value:Object):void
dfValueDateTime | property |
public var dfValueDateTime:DateField
This property can be used as the source for data binding.
element | property |
element:StiFilter
public function get element():StiFilter
public function set element(value:StiFilter):void
lbCondition | property |
public var lbCondition:StiLabel
This property can be used as the source for data binding.
lbDataType | property |
public var lbDataType:StiLabel
This property can be used as the source for data binding.
stilabel1 | property |
public var stilabel1:StiLabel
This property can be used as the source for data binding.
tiValueNumeric | property |
public var tiValueNumeric:StiTextInput
This property can be used as the source for data binding.
tiValueString | property |
public var tiValueString:StiTextInput
This property can be used as the source for data binding.
StiFilterZoneControl | () | Constructor |
public function StiFilterZoneControl()
Constructor.
onCreationComplete | () | method |
protected function onCreationComplete(event:FlexEvent):void
Parameters
event:FlexEvent |