Package | stimulsoft.controls_old.visual.zoneControl |
Class | public class StiDataSourceFilterZoneControl |
Inheritance | StiDataSourceFilterZoneControl ![]() ![]() |
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:StiButton
This property can be used as the source for data binding.
btnValue1Expression | property |
public var btnValue1Expression:StiButton
This property can be used as the source for data binding.
btnValue2Expression | property |
public var btnValue2Expression:StiButton
This property can be used as the source for data binding.
cbColumnt | property |
public var cbColumnt:StiDictionaryComboBox
This property can be used as the source for data binding.
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
dfValue1DateTime | property |
public var dfValue1DateTime:DateField
This property can be used as the source for data binding.
dfValue2DateTime | property |
public var dfValue2DateTime: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
labelAndDateTime | property |
public var labelAndDateTime:StiLabel
This property can be used as the source for data binding.
labelAndExpression | property |
public var labelAndExpression:StiLabel
This property can be used as the source for data binding.
labelAndNumeric | property |
public var labelAndNumeric:StiLabel
This property can be used as the source for data binding.
lbColumn | property |
public var lbColumn: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.
report | property |
report:StiReport
[override] public function get report():StiReport
public function set report(value:StiReport):void
stilabel1 | property |
public var stilabel1:StiLabel
This property can be used as the source for data binding.
tiExpression | property |
public var tiExpression:StiTextInput
This property can be used as the source for data binding.
tiValue1Expression | property |
public var tiValue1Expression:StiTextInput
This property can be used as the source for data binding.
tiValue1Numeric | property |
public var tiValue1Numeric:StiTextInput
This property can be used as the source for data binding.
tiValue2Expression | property |
public var tiValue2Expression:StiTextInput
This property can be used as the source for data binding.
tiValue2Numeric | property |
public var tiValue2Numeric: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.
StiDataSourceFilterZoneControl | () | Constructor |
public function StiDataSourceFilterZoneControl()
Constructor.
onCreationComplete | () | method |
protected function onCreationComplete(event:FlexEvent):void
Parameters
event:FlexEvent |