Package | stimulsoft.controls_old.visual.conditions |
Class | public class StiConditionLevelControl |
Inheritance | StiConditionLevelControl ![]() ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
btnExpression : StiButton | StiConditionLevelControl | ||
btnValueExpression : StiButton | StiConditionLevelControl | ||
buttonRemove : StiButton | StiConditionLevelControl | ||
cbColumnt : StiDictionaryComboBox | StiConditionLevelControl | ||
cbCondition : StiComboBox | StiConditionLevelControl | ||
cbDataType : StiComboBox | StiConditionLevelControl | ||
cbItem : StiComboBox | StiConditionLevelControl | ||
cbValueBoolean : StiComboBox | StiConditionLevelControl | ||
data : Object [override] [write-only] | StiConditionLevelControl | ||
dfValueDateTime : DateField | StiConditionLevelControl | ||
element : StiFilter | StiConditionLevelControl | ||
lbColumn : StiLabel | StiConditionLevelControl | ||
lbDataType : StiLabel | StiConditionLevelControl | ||
report : StiReport | StiConditionLevelControl | ||
stilabel1 : StiLabel | StiConditionLevelControl | ||
tiExpression : StiTextInput | StiConditionLevelControl | ||
tiValueExpression : StiTextInput | StiConditionLevelControl | ||
tiValueNumeric : StiTextInput | StiConditionLevelControl | ||
tiValueString : StiTextInput | StiConditionLevelControl | ||
![]() | zone : StiZoneLevelContainerControl [read-only] | StiZoneLevelControl |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiConditionLevelControl | ||
![]() | onAdded(event:Event):void | StiZoneLevelControl | |
update():void | StiConditionLevelControl |
Method | Defined By | ||
---|---|---|---|
cbColumnt_openHandler(event:DropdownEvent):void | StiConditionLevelControl | ||
![]() | removeThis():void | StiZoneLevelControl |
btnExpression | property |
public var btnExpression:StiButton
This property can be used as the source for data binding.
btnValueExpression | property |
public var btnValueExpression:StiButton
This property can be used as the source for data binding.
buttonRemove | property |
public var buttonRemove: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
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
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
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.
tiValueExpression | property |
public var tiValueExpression:StiTextInput
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.
StiConditionLevelControl | () | Constructor |
public function StiConditionLevelControl()
Constructor.
cbColumnt_openHandler | () | method |
protected function cbColumnt_openHandler(event:DropdownEvent):void
Parameters
event:DropdownEvent |
update | () | method |
public function update():void