Packagestimulsoft.controls_old.visual.conditions
Classpublic class StiConditionZoneControl
InheritanceStiConditionZoneControl Inheritance StiZoneControl Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  assignExpression : StiCheckBox
StiConditionZoneControl
  btnExpression : StiButton
StiConditionZoneControl
  buttonBorder : StiButtonBorderChange
StiConditionZoneControl
  buttonBrushBackground : StiColorButton
StiConditionZoneControl
  buttonChangeFont : StiButton
StiConditionZoneControl
  buttonFontBold : StiSpeedButton
StiConditionZoneControl
  buttonFontColor : StiColorButton
StiConditionZoneControl
  buttonFontItalic : StiSpeedButton
StiConditionZoneControl
  buttonFontUndeltine : StiSpeedButton
StiConditionZoneControl
  buttonPermissions : StiButton
StiConditionZoneControl
  buttonStyle : StiButtonStyleChange
StiConditionZoneControl
  componentEnabled : StiCheckBox
StiConditionZoneControl
  condition : StiCondition
StiConditionZoneControl
  data : Object
[override] [write-only]
StiConditionZoneControl
 InheritedisSelected : Boolean
[read-only]
StiZoneControl
  levels : StiZoneLevelContainerControl
StiConditionZoneControl
  main : StiComponent
StiConditionZoneControl
  previewCanvas : Canvas
StiConditionZoneControl
  previewText : StiLabel
StiConditionZoneControl
  rbAnd : StiRadioButton
StiConditionZoneControl
  rbOr : StiRadioButton
StiConditionZoneControl
  report : StiReport
[override]
StiConditionZoneControl
  tiExpression : StiTextInput
StiConditionZoneControl
 Inheritedzone : StiZoneContainerControl
[read-only]
StiZoneControl
Public Methods
 MethodDefined By
  
Constructor.
StiConditionZoneControl
  
addLevel():void
StiConditionZoneControl
  
createLevels(condition:StiCondition, main:StiComponent):void
StiConditionZoneControl
  
StiConditionZoneControl
  
StiConditionZoneControl
 Inherited
onAdded(event:Event):void
StiZoneControl
  
StiConditionZoneControl
Protected Methods
 MethodDefined By
  
StiConditionZoneControl
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiZoneControl
Property Detail
assignExpressionproperty
public var assignExpression:StiCheckBox

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

btnExpressionproperty 
public var btnExpression:StiButton

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

buttonBorderproperty 
public var buttonBorder:StiButtonBorderChange

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

buttonBrushBackgroundproperty 
public var buttonBrushBackground:StiColorButton

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

buttonChangeFontproperty 
public var buttonChangeFont:StiButton

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

buttonFontBoldproperty 
public var buttonFontBold:StiSpeedButton

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

buttonFontColorproperty 
public var buttonFontColor:StiColorButton

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

buttonFontItalicproperty 
public var buttonFontItalic:StiSpeedButton

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

buttonFontUndeltineproperty 
public var buttonFontUndeltine:StiSpeedButton

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

buttonPermissionsproperty 
public var buttonPermissions:StiButton

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

buttonStyleproperty 
public var buttonStyle:StiButtonStyleChange

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

componentEnabledproperty 
public var componentEnabled:StiCheckBox

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

conditionproperty 
condition:StiCondition


Implementation
    public function get condition():StiCondition
    public function set condition(value:StiCondition):void
dataproperty 
data:Object  [write-only] [override]


Implementation
    public function set data(value:Object):void
levelsproperty 
public var levels:StiZoneLevelContainerControl

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

mainproperty 
main:StiComponent


Implementation
    public function get main():StiComponent
    public function set main(value:StiComponent):void
previewCanvasproperty 
public var previewCanvas:Canvas

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

previewTextproperty 
public var previewText:StiLabel

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

rbAndproperty 
public var rbAnd:StiRadioButton

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

rbOrproperty 
public var rbOr:StiRadioButton

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
tiExpressionproperty 
public var tiExpression:StiTextInput

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

Constructor Detail
StiConditionZoneControl()Constructor
public function StiConditionZoneControl()

Constructor.

Method Detail
addLevel()method
public function addLevel():void

assignExpression_changeHandler()method 
protected function assignExpression_changeHandler(event:Event):void

Parameters

event:Event

createLevels()method 
public function createLevels(condition:StiCondition, main:StiComponent):void

Parameters

condition:StiCondition
 
main:StiComponent

createProperties()method 
public function createProperties(condition:StiCondition):void

Parameters

condition:StiCondition

getNewCondition()method 
public function getNewCondition():StiCondition

Returns
StiCondition
updateChildrens()method 
public function updateChildrens():void