Packagestimulsoft.controls_old.visual.zoneControl
Classpublic class StiSortZoneControl
InheritanceStiSortZoneControl Inheritance StiZoneControl Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  btnValueExpression : StiButton
StiSortZoneControl
  data : Object
[override] [write-only]
StiSortZoneControl
  dictionary : StiDictionaryComboBox
StiSortZoneControl
  direction : StiComboBox
StiSortZoneControl
  element : Object
StiSortZoneControl
 InheritedisSelected : Boolean
[read-only]
StiZoneControl
  labelText : Label
StiSortZoneControl
  report : StiReport
[override]
StiSortZoneControl
 Inheritedzone : StiZoneContainerControl
[read-only]
StiZoneControl
Public Methods
 MethodDefined By
  
Constructor.
StiSortZoneControl
 Inherited
onAdded(event:Event):void
StiZoneControl
Protected Methods
 MethodDefined By
  
[override]
StiSortZoneControl
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiZoneControl
Property Detail
btnValueExpressionproperty
public var btnValueExpression:StiButton

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
dictionaryproperty 
public var dictionary:StiDictionaryComboBox

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

directionproperty 
public var direction:StiComboBox

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

elementproperty 
element:Object


Implementation
    public function get element():Object
    public function set element(value:Object):void
labelTextproperty 
public var labelText:Label

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
Constructor Detail
StiSortZoneControl()Constructor
public function StiSortZoneControl()

Constructor.

Method Detail
commitProperties()method
override protected function commitProperties():void