Package | stimulsoft.controls_old.visual.conditions |
Class | public class StiIconSetConditionZoneControl |
Inheritance | StiIconSetConditionZoneControl ![]() ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
cbAlignment : StiComboBox | StiIconSetConditionZoneControl | ||
cbColumnt : StiDictionaryComboBox | StiIconSetConditionZoneControl | ||
cbOperation1 : StiComboBox | StiIconSetConditionZoneControl | ||
cbOperation2 : StiComboBox | StiIconSetConditionZoneControl | ||
cbOperation3 : StiComboBox | StiIconSetConditionZoneControl | ||
cbOperation4 : StiComboBox | StiIconSetConditionZoneControl | ||
cbType1 : StiComboBox | StiIconSetConditionZoneControl | ||
cbType2 : StiComboBox | StiIconSetConditionZoneControl | ||
cbType3 : StiComboBox | StiIconSetConditionZoneControl | ||
cbType4 : StiComboBox | StiIconSetConditionZoneControl | ||
condition : StiIconSetCondition | StiIconSetConditionZoneControl | ||
conditionIcon1 : StiConditionIconCombobox | StiIconSetConditionZoneControl | ||
conditionIcon2 : StiConditionIconCombobox | StiIconSetConditionZoneControl | ||
conditionIcon3 : StiConditionIconCombobox | StiIconSetConditionZoneControl | ||
conditionIcon4 : StiConditionIconCombobox | StiIconSetConditionZoneControl | ||
conditionIcon5 : StiConditionIconCombobox | StiIconSetConditionZoneControl | ||
conditionIcons : StiConditionIconsCombobox | StiIconSetConditionZoneControl | ||
data : Object [override] [write-only] | StiIconSetConditionZoneControl | ||
![]() | isSelected : Boolean [read-only] | StiZoneControl | |
label1 : StiLabel | StiIconSetConditionZoneControl | ||
label2 : StiLabel | StiIconSetConditionZoneControl | ||
label3 : StiLabel | StiIconSetConditionZoneControl | ||
label4 : StiLabel | StiIconSetConditionZoneControl | ||
label5 : StiLabel | StiIconSetConditionZoneControl | ||
report : StiReport [override] | StiIconSetConditionZoneControl | ||
tiValue1 : StiTextInput | StiIconSetConditionZoneControl | ||
tiValue2 : StiTextInput | StiIconSetConditionZoneControl | ||
tiValue3 : StiTextInput | StiIconSetConditionZoneControl | ||
tiValue4 : StiTextInput | StiIconSetConditionZoneControl | ||
![]() | zone : StiZoneContainerControl [read-only] | StiZoneControl |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiIconSetConditionZoneControl | ||
StiIconSetConditionZoneControl | |||
![]() | onAdded(event:Event):void | StiZoneControl |
Method | Defined By | ||
---|---|---|---|
cbColumnt_openHandler(event:DropdownEvent):void | StiIconSetConditionZoneControl | ||
cbOperation_changeHandler(event:ListEvent):void | StiIconSetConditionZoneControl | ||
stibutton1_clickHandler(event:MouseEvent):void | StiIconSetConditionZoneControl | ||
sticonditioniconscombobox1_changeHandler(event:ListEvent):void | StiIconSetConditionZoneControl | ||
tiValue_changeHandler(event:Event):void | StiIconSetConditionZoneControl | ||
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiZoneControl |
cbAlignment | property |
public var cbAlignment:StiComboBox
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.
cbOperation1 | property |
public var cbOperation1:StiComboBox
This property can be used as the source for data binding.
cbOperation2 | property |
public var cbOperation2:StiComboBox
This property can be used as the source for data binding.
cbOperation3 | property |
public var cbOperation3:StiComboBox
This property can be used as the source for data binding.
cbOperation4 | property |
public var cbOperation4:StiComboBox
This property can be used as the source for data binding.
cbType1 | property |
public var cbType1:StiComboBox
This property can be used as the source for data binding.
cbType2 | property |
public var cbType2:StiComboBox
This property can be used as the source for data binding.
cbType3 | property |
public var cbType3:StiComboBox
This property can be used as the source for data binding.
cbType4 | property |
public var cbType4:StiComboBox
This property can be used as the source for data binding.
condition | property |
condition:StiIconSetCondition
public function get condition():StiIconSetCondition
public function set condition(value:StiIconSetCondition):void
conditionIcon1 | property |
public var conditionIcon1:StiConditionIconCombobox
This property can be used as the source for data binding.
conditionIcon2 | property |
public var conditionIcon2:StiConditionIconCombobox
This property can be used as the source for data binding.
conditionIcon3 | property |
public var conditionIcon3:StiConditionIconCombobox
This property can be used as the source for data binding.
conditionIcon4 | property |
public var conditionIcon4:StiConditionIconCombobox
This property can be used as the source for data binding.
conditionIcon5 | property |
public var conditionIcon5:StiConditionIconCombobox
This property can be used as the source for data binding.
conditionIcons | property |
public var conditionIcons:StiConditionIconsCombobox
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
label1 | property |
public var label1:StiLabel
This property can be used as the source for data binding.
label2 | property |
public var label2:StiLabel
This property can be used as the source for data binding.
label3 | property |
public var label3:StiLabel
This property can be used as the source for data binding.
label4 | property |
public var label4:StiLabel
This property can be used as the source for data binding.
label5 | property |
public var label5: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
tiValue1 | property |
public var tiValue1:StiTextInput
This property can be used as the source for data binding.
tiValue2 | property |
public var tiValue2:StiTextInput
This property can be used as the source for data binding.
tiValue3 | property |
public var tiValue3:StiTextInput
This property can be used as the source for data binding.
tiValue4 | property |
public var tiValue4:StiTextInput
This property can be used as the source for data binding.
StiIconSetConditionZoneControl | () | Constructor |
public function StiIconSetConditionZoneControl()
Constructor.
cbColumnt_openHandler | () | method |
protected function cbColumnt_openHandler(event:DropdownEvent):void
Parameters
event:DropdownEvent |
cbOperation_changeHandler | () | method |
protected function cbOperation_changeHandler(event:ListEvent):void
Parameters
event:ListEvent |
getNewCondition | () | method |
stibutton1_clickHandler | () | method |
protected function stibutton1_clickHandler(event:MouseEvent):void
Parameters
event:MouseEvent |
sticonditioniconscombobox1_changeHandler | () | method |
protected function sticonditioniconscombobox1_changeHandler(event:ListEvent):void
Parameters
event:ListEvent |
tiValue_changeHandler | () | method |
protected function tiValue_changeHandler(event:Event):void
Parameters
event:Event |