| Package | stimulsoft.controls_old.visual.zoneControl |
| Class | public class StiDataSourceFilterZoneControl |
| Inheritance | StiDataSourceFilterZoneControl StiZoneControl mx.containers.Canvas |
| Implements | mx.binding.IBindingClient |
| Property | Defined 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 | ||
![]() | isSelected : 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 | ||
![]() | zone : StiZoneContainerControl [read-only] | StiZoneControl | |
| Method | Defined By | ||
|---|---|---|---|
Constructor. | StiDataSourceFilterZoneControl | ||
![]() | onAdded(event:Event):void | StiZoneControl | |
| Method | Defined By | ||
|---|---|---|---|
onCreationComplete(event:FlexEvent):void | StiDataSourceFilterZoneControl | ||
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiZoneControl | |
| btnExpression | property |
public var btnExpression:StiButtonThis property can be used as the source for data binding.
| btnValue1Expression | property |
public var btnValue1Expression:StiButtonThis property can be used as the source for data binding.
| btnValue2Expression | property |
public var btnValue2Expression:StiButtonThis property can be used as the source for data binding.
| cbColumnt | property |
public var cbColumnt:StiDictionaryComboBoxThis property can be used as the source for data binding.
| 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| dfValue1DateTime | property |
public var dfValue1DateTime:DateFieldThis property can be used as the source for data binding.
| dfValue2DateTime | property |
public var dfValue2DateTime: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| labelAndDateTime | property |
public var labelAndDateTime:StiLabelThis property can be used as the source for data binding.
| labelAndExpression | property |
public var labelAndExpression:StiLabelThis property can be used as the source for data binding.
| labelAndNumeric | property |
public var labelAndNumeric:StiLabelThis property can be used as the source for data binding.
| lbColumn | property |
public var lbColumn: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.
| report | property |
report:StiReport[override] public function get report():StiReport public function set report(value:StiReport):void| stilabel1 | property |
public var stilabel1:StiLabelThis property can be used as the source for data binding.
| tiExpression | property |
public var tiExpression:StiTextInputThis property can be used as the source for data binding.
| tiValue1Expression | property |
public var tiValue1Expression:StiTextInputThis property can be used as the source for data binding.
| tiValue1Numeric | property |
public var tiValue1Numeric:StiTextInputThis property can be used as the source for data binding.
| tiValue2Expression | property |
public var tiValue2Expression:StiTextInputThis property can be used as the source for data binding.
| tiValue2Numeric | property |
public var tiValue2Numeric: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.
| StiDataSourceFilterZoneControl | () | Constructor |
public function StiDataSourceFilterZoneControl()Constructor.
| onCreationComplete | () | method |
protected function onCreationComplete(event:FlexEvent):voidParameters
event:FlexEvent |