| Package | stimulsoft.controls_old.visual.zoneControl |
| Class | public class StiFilterZoneControl |
| Inheritance | StiFilterZoneControl StiZoneControl mx.containers.Canvas |
| 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:StiComboBoxThis property can be used as the source for data binding.
| cbDataType | property |
public var cbDataType:StiComboBoxThis property can be used as the source for data binding.
| cbItem | property |
public var cbItem:StiComboBoxThis property can be used as the source for data binding.
| cbValueBoolean | property |
public var cbValueBoolean:StiComboBoxThis 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:DateFieldThis 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:StiLabelThis property can be used as the source for data binding.
| lbDataType | property |
public var lbDataType:StiLabelThis property can be used as the source for data binding.
| stilabel1 | property |
public var stilabel1:StiLabelThis property can be used as the source for data binding.
| tiValueNumeric | property |
public var tiValueNumeric:StiTextInputThis property can be used as the source for data binding.
| tiValueString | property |
public var tiValueString:StiTextInputThis property can be used as the source for data binding.
| StiFilterZoneControl | () | Constructor |
public function StiFilterZoneControl()Constructor.
| onCreationComplete | () | method |
protected function onCreationComplete(event:FlexEvent):voidParameters
event:FlexEvent |