Packagestimulsoft.report.design.styles
Classpublic class StiStyleConditionZoneControl
InheritanceStiStyleConditionZoneControl Inheritance StiZoneControl Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  checkBoxComponentType : StiCheckBox
StiStyleConditionZoneControl
  checkBoxLocation : StiCheckBox
StiStyleConditionZoneControl
  checkBoxName : StiCheckBox
StiStyleConditionZoneControl
  checkBoxPlacement : StiCheckBox
StiStyleConditionZoneControl
  checkBoxPlacementNestedLevel : StiCheckBox
StiStyleConditionZoneControl
  comboBoxOperationComponentType : StiComboBox
StiStyleConditionZoneControl
  comboBoxOperationLocation : StiComboBox
StiStyleConditionZoneControl
  comboBoxOperationName : StiComboBox
StiStyleConditionZoneControl
  comboBoxOperationPlacement : StiComboBox
StiStyleConditionZoneControl
  comboBoxOperationPlacementNestedLevel : StiComboBox
StiStyleConditionZoneControl
  condition : StiStyleCondition
StiStyleConditionZoneControl
 InheritedisSelected : Boolean
[read-only]
StiZoneControl
  labelComponentType : StiLabel
StiStyleConditionZoneControl
  labelLocation : StiLabel
StiStyleConditionZoneControl
  labelPlacement : StiLabel
StiStyleConditionZoneControl
 Inheritedreport : StiReport
StiZoneControl
  textBoxName : StiTextInput
StiStyleConditionZoneControl
  textBoxNestedLevel : StiTextInput
StiStyleConditionZoneControl
  treeBoxComponentType : StiComboBoxCanvas
StiStyleConditionZoneControl
  treeBoxLocation : StiComboBoxCanvas
StiStyleConditionZoneControl
  treeBoxPlacement : StiComboBoxCanvas
StiStyleConditionZoneControl
  treeViewComponentType : StiTreeView
StiStyleConditionZoneControl
  treeViewLocation : StiTreeView
StiStyleConditionZoneControl
  treeViewPlacement : StiTreeView
StiStyleConditionZoneControl
 Inheritedzone : StiZoneContainerControl
[read-only]
StiZoneControl
Public Methods
 MethodDefined By
  
Constructor.
StiStyleConditionZoneControl
 Inherited
onAdded(event:Event):void
StiZoneControl
Protected Methods
 MethodDefined By
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiZoneControl
Property Detail
checkBoxComponentTypeproperty
public var checkBoxComponentType:StiCheckBox

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

checkBoxLocationproperty 
public var checkBoxLocation:StiCheckBox

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

checkBoxNameproperty 
public var checkBoxName:StiCheckBox

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

checkBoxPlacementproperty 
public var checkBoxPlacement:StiCheckBox

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

checkBoxPlacementNestedLevelproperty 
public var checkBoxPlacementNestedLevel:StiCheckBox

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

comboBoxOperationComponentTypeproperty 
public var comboBoxOperationComponentType:StiComboBox

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

comboBoxOperationLocationproperty 
public var comboBoxOperationLocation:StiComboBox

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

comboBoxOperationNameproperty 
public var comboBoxOperationName:StiComboBox

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

comboBoxOperationPlacementproperty 
public var comboBoxOperationPlacement:StiComboBox

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

comboBoxOperationPlacementNestedLevelproperty 
public var comboBoxOperationPlacementNestedLevel:StiComboBox

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

conditionproperty 
condition:StiStyleCondition


Implementation
    public function get condition():StiStyleCondition
    public function set condition(value:StiStyleCondition):void
labelComponentTypeproperty 
public var labelComponentType:StiLabel

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

labelLocationproperty 
public var labelLocation:StiLabel

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

labelPlacementproperty 
public var labelPlacement:StiLabel

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

textBoxNameproperty 
public var textBoxName:StiTextInput

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

textBoxNestedLevelproperty 
public var textBoxNestedLevel:StiTextInput

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

treeBoxComponentTypeproperty 
public var treeBoxComponentType:StiComboBoxCanvas

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

treeBoxLocationproperty 
public var treeBoxLocation:StiComboBoxCanvas

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

treeBoxPlacementproperty 
public var treeBoxPlacement:StiComboBoxCanvas

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

treeViewComponentTypeproperty 
public var treeViewComponentType:StiTreeView

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

treeViewLocationproperty 
public var treeViewLocation:StiTreeView

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

treeViewPlacementproperty 
public var treeViewPlacement:StiTreeView

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

Constructor Detail
StiStyleConditionZoneControl()Constructor
public function StiStyleConditionZoneControl()

Constructor.