| Package | stimulsoft.controls_old.visual.conditions |
| Class | public class StiColorScaleConditionZoneControl |
| Inheritance | StiColorScaleConditionZoneControl StiZoneControl mx.containers.Canvas |
| 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:StiComboBoxThis 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.
| cbMaximum | property |
public var cbMaximum:StiComboBoxThis property can be used as the source for data binding.
| cbMid | property |
public var cbMid:StiComboBoxThis property can be used as the source for data binding.
| cbMinimum | property |
public var cbMinimum:StiComboBoxThis property can be used as the source for data binding.
| ccbColorMaximum | property |
public var ccbColorMaximum:StiColorComboBoxThis property can be used as the source for data binding.
| ccbColorMid | property |
public var ccbColorMid:StiColorComboBoxThis property can be used as the source for data binding.
| ccbColorMinimum | property |
public var ccbColorMinimum:StiColorComboBoxThis 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:CanvasThis property can be used as the source for data binding.
| stilabel1 | property |
public var stilabel1:StiLabelThis property can be used as the source for data binding.
| tiValueMaximum | property |
public var tiValueMaximum:StiTextInputThis property can be used as the source for data binding.
| tiValueMid | property |
public var tiValueMid:StiTextInputThis property can be used as the source for data binding.
| tiValueMinimum | property |
public var tiValueMinimum:StiTextInputThis 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):voidParameters
event:ListEvent |
| cbColumnt_openHandler | () | method |
protected function cbColumnt_openHandler(event:DropdownEvent):voidParameters
event:DropdownEvent |
| cbMaximum_changeHandler | () | method |
protected function cbMaximum_changeHandler(event:ListEvent):voidParameters
event:ListEvent |
| cbMid_changeHandler | () | method |
protected function cbMid_changeHandler(event:ListEvent):voidParameters
event:ListEvent |
| cbMinimum_changeHandler | () | method |
protected function cbMinimum_changeHandler(event:ListEvent):voidParameters
event:ListEvent |
| ccbColorMaximum_changeHandler | () | method |
protected function ccbColorMaximum_changeHandler(event:ListEvent):voidParameters
event:ListEvent |
| ccbColorMid_changeHandler | () | method |
protected function ccbColorMid_changeHandler(event:ListEvent):voidParameters
event:ListEvent |
| ccbColorMinimum_changeHandler | () | method |
protected function ccbColorMinimum_changeHandler(event:ListEvent):voidParameters
event:ListEvent |
| getNewCondition | () | method |