Packagestimulsoft.controls_old.visual.conditions
Classpublic class StiIconSetConditionZoneControl
InheritanceStiIconSetConditionZoneControl Inheritance StiZoneControl Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined 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
 InheritedisSelected : 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
 Inheritedzone : StiZoneContainerControl
[read-only]
StiZoneControl
Public Methods
 MethodDefined By
  
Constructor.
StiIconSetConditionZoneControl
  
StiIconSetConditionZoneControl
 Inherited
onAdded(event:Event):void
StiZoneControl
Protected Methods
 MethodDefined By
  
cbColumnt_openHandler(event:DropdownEvent):void
StiIconSetConditionZoneControl
  
cbOperation_changeHandler(event:ListEvent):void
StiIconSetConditionZoneControl
  
stibutton1_clickHandler(event:MouseEvent):void
StiIconSetConditionZoneControl
  
StiIconSetConditionZoneControl
  
tiValue_changeHandler(event:Event):void
StiIconSetConditionZoneControl
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiZoneControl
Property Detail
cbAlignmentproperty
public var cbAlignment:StiComboBox

This property can be used as the source for data binding.

cbColumntproperty 
public var cbColumnt:StiDictionaryComboBox

This property can be used as the source for data binding.

cbOperation1property 
public var cbOperation1:StiComboBox

This property can be used as the source for data binding.

cbOperation2property 
public var cbOperation2:StiComboBox

This property can be used as the source for data binding.

cbOperation3property 
public var cbOperation3:StiComboBox

This property can be used as the source for data binding.

cbOperation4property 
public var cbOperation4:StiComboBox

This property can be used as the source for data binding.

cbType1property 
public var cbType1:StiComboBox

This property can be used as the source for data binding.

cbType2property 
public var cbType2:StiComboBox

This property can be used as the source for data binding.

cbType3property 
public var cbType3:StiComboBox

This property can be used as the source for data binding.

cbType4property 
public var cbType4:StiComboBox

This property can be used as the source for data binding.

conditionproperty 
condition:StiIconSetCondition


Implementation
    public function get condition():StiIconSetCondition
    public function set condition(value:StiIconSetCondition):void
conditionIcon1property 
public var conditionIcon1:StiConditionIconCombobox

This property can be used as the source for data binding.

conditionIcon2property 
public var conditionIcon2:StiConditionIconCombobox

This property can be used as the source for data binding.

conditionIcon3property 
public var conditionIcon3:StiConditionIconCombobox

This property can be used as the source for data binding.

conditionIcon4property 
public var conditionIcon4:StiConditionIconCombobox

This property can be used as the source for data binding.

conditionIcon5property 
public var conditionIcon5:StiConditionIconCombobox

This property can be used as the source for data binding.

conditionIconsproperty 
public var conditionIcons:StiConditionIconsCombobox

This property can be used as the source for data binding.

dataproperty 
data:Object  [write-only] [override]


Implementation
    public function set data(value:Object):void
label1property 
public var label1:StiLabel

This property can be used as the source for data binding.

label2property 
public var label2:StiLabel

This property can be used as the source for data binding.

label3property 
public var label3:StiLabel

This property can be used as the source for data binding.

label4property 
public var label4:StiLabel

This property can be used as the source for data binding.

label5property 
public var label5:StiLabel

This property can be used as the source for data binding.

reportproperty 
report:StiReport[override]


Implementation
    public function get report():StiReport
    public function set report(value:StiReport):void
tiValue1property 
public var tiValue1:StiTextInput

This property can be used as the source for data binding.

tiValue2property 
public var tiValue2:StiTextInput

This property can be used as the source for data binding.

tiValue3property 
public var tiValue3:StiTextInput

This property can be used as the source for data binding.

tiValue4property 
public var tiValue4:StiTextInput

This property can be used as the source for data binding.

Constructor Detail
StiIconSetConditionZoneControl()Constructor
public function StiIconSetConditionZoneControl()

Constructor.

Method Detail
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 
public function getNewCondition():StiIconSetCondition

Returns
StiIconSetCondition
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