Package | stimulsoft.controls_old.visual.conditions |
Class | public class StiColorScaleConditionZoneControl |
Inheritance | StiColorScaleConditionZoneControl ![]() ![]() |
Implements | mx.binding.IBindingClient |
Property | Defined By | ||
---|---|---|---|
cbColorScale : StiComboBox | StiColorScaleConditionZoneControl | ||
cbColumnt : StiDictionaryComboBox | StiColorScaleConditionZoneControl | ||
cbMaximum : StiComboBox | StiColorScaleConditionZoneControl | ||
cbMid : StiComboBox | StiColorScaleConditionZoneControl | ||
cbMinimum : StiComboBox | StiColorScaleConditionZoneControl | ||
ccbColorMaximum : StiColorComboBox | StiColorScaleConditionZoneControl | ||
ccbColorMid : StiColorComboBox | StiColorScaleConditionZoneControl | ||
ccbColorMinimum : StiColorComboBox | StiColorScaleConditionZoneControl | ||
condition : StiColorScaleCondition | StiColorScaleConditionZoneControl | ||
data : Object [override] [write-only] | StiColorScaleConditionZoneControl | ||
![]() | isSelected : Boolean [read-only] | StiZoneControl | |
report : StiReport [override] | StiColorScaleConditionZoneControl | ||
sampleCanvas : Canvas | StiColorScaleConditionZoneControl | ||
stilabel1 : StiLabel | StiColorScaleConditionZoneControl | ||
tiValueMaximum : StiTextInput | StiColorScaleConditionZoneControl | ||
tiValueMid : StiTextInput | StiColorScaleConditionZoneControl | ||
tiValueMinimum : StiTextInput | StiColorScaleConditionZoneControl | ||
![]() | zone : StiZoneContainerControl [read-only] | StiZoneControl |
Method | Defined By | ||
---|---|---|---|
Constructor. | StiColorScaleConditionZoneControl | ||
StiColorScaleConditionZoneControl | |||
![]() | onAdded(event:Event):void | StiZoneControl |
Method | Defined By | ||
---|---|---|---|
cbColorScale_changeHandler(event:ListEvent):void | StiColorScaleConditionZoneControl | ||
cbColumnt_openHandler(event:DropdownEvent):void | StiColorScaleConditionZoneControl | ||
cbMaximum_changeHandler(event:ListEvent):void | StiColorScaleConditionZoneControl | ||
cbMid_changeHandler(event:ListEvent):void | StiColorScaleConditionZoneControl | ||
cbMinimum_changeHandler(event:ListEvent):void | StiColorScaleConditionZoneControl | ||
ccbColorMaximum_changeHandler(event:ListEvent):void | StiColorScaleConditionZoneControl | ||
ccbColorMid_changeHandler(event:ListEvent):void | StiColorScaleConditionZoneControl | ||
ccbColorMinimum_changeHandler(event:ListEvent):void | StiColorScaleConditionZoneControl | ||
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiZoneControl |
cbColorScale | property |
public var cbColorScale: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.
cbMaximum | property |
public var cbMaximum:StiComboBox
This property can be used as the source for data binding.
cbMid | property |
public var cbMid:StiComboBox
This property can be used as the source for data binding.
cbMinimum | property |
public var cbMinimum:StiComboBox
This property can be used as the source for data binding.
ccbColorMaximum | property |
public var ccbColorMaximum:StiColorComboBox
This property can be used as the source for data binding.
ccbColorMid | property |
public var ccbColorMid:StiColorComboBox
This property can be used as the source for data binding.
ccbColorMinimum | property |
public var ccbColorMinimum:StiColorComboBox
This property can be used as the source for data binding.
condition | property |
condition:StiColorScaleCondition
public function get condition():StiColorScaleCondition
public function set condition(value:StiColorScaleCondition):void
data | property |
data:Object
[write-only] [override] public function set data(value:Object):void
report | property |
report:StiReport
[override] public function get report():StiReport
public function set report(value:StiReport):void
sampleCanvas | property |
public var sampleCanvas:Canvas
This property can be used as the source for data binding.
stilabel1 | property |
public var stilabel1:StiLabel
This property can be used as the source for data binding.
tiValueMaximum | property |
public var tiValueMaximum:StiTextInput
This property can be used as the source for data binding.
tiValueMid | property |
public var tiValueMid:StiTextInput
This property can be used as the source for data binding.
tiValueMinimum | property |
public var tiValueMinimum:StiTextInput
This property can be used as the source for data binding.
StiColorScaleConditionZoneControl | () | Constructor |
public function StiColorScaleConditionZoneControl()
Constructor.
cbColorScale_changeHandler | () | method |
protected function cbColorScale_changeHandler(event:ListEvent):void
Parameters
event:ListEvent |
cbColumnt_openHandler | () | method |
protected function cbColumnt_openHandler(event:DropdownEvent):void
Parameters
event:DropdownEvent |
cbMaximum_changeHandler | () | method |
protected function cbMaximum_changeHandler(event:ListEvent):void
Parameters
event:ListEvent |
cbMid_changeHandler | () | method |
protected function cbMid_changeHandler(event:ListEvent):void
Parameters
event:ListEvent |
cbMinimum_changeHandler | () | method |
protected function cbMinimum_changeHandler(event:ListEvent):void
Parameters
event:ListEvent |
ccbColorMaximum_changeHandler | () | method |
protected function ccbColorMaximum_changeHandler(event:ListEvent):void
Parameters
event:ListEvent |
ccbColorMid_changeHandler | () | method |
protected function ccbColorMid_changeHandler(event:ListEvent):void
Parameters
event:ListEvent |
ccbColorMinimum_changeHandler | () | method |
protected function ccbColorMinimum_changeHandler(event:ListEvent):void
Parameters
event:ListEvent |
getNewCondition | () | method |