| Package | stimulsoft.controls_old.visual.conditions |
| Class | public class StiConditionLevelControl |
| Inheritance | StiConditionLevelControl StiZoneLevelControl mx.containers.Canvas |
| 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:StiButtonThis property can be used as the source for data binding.
| btnValueExpression | property |
public var btnValueExpression:StiButtonThis property can be used as the source for data binding.
| buttonRemove | property |
public var buttonRemove: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| 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| 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 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.
| tiValueExpression | property |
public var tiValueExpression:StiTextInputThis 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.
| StiConditionLevelControl | () | Constructor |
public function StiConditionLevelControl()Constructor.
| cbColumnt_openHandler | () | method |
protected function cbColumnt_openHandler(event:DropdownEvent):voidParameters
event:DropdownEvent |
| update | () | method |
public function update():void