| Package | stimulsoft.controls_old.visual.zoneControl |
| Class | public class StiSortZoneControl |
| Inheritance | StiSortZoneControl StiZoneControl mx.containers.Canvas |
| Implements | mx.binding.IBindingClient |
| Property | Defined By | ||
|---|---|---|---|
| btnValueExpression : StiButton | StiSortZoneControl | ||
| data : Object [override] [write-only] | StiSortZoneControl | ||
| dictionary : StiDictionaryComboBox | StiSortZoneControl | ||
| direction : StiComboBox | StiSortZoneControl | ||
| element : Object | StiSortZoneControl | ||
![]() | isSelected : Boolean [read-only] | StiZoneControl | |
| labelText : Label | StiSortZoneControl | ||
| report : StiReport [override] | StiSortZoneControl | ||
![]() | zone : StiZoneContainerControl [read-only] | StiZoneControl | |
| Method | Defined By | ||
|---|---|---|---|
Constructor. | StiSortZoneControl | ||
![]() | onAdded(event:Event):void | StiZoneControl | |
| Method | Defined By | ||
|---|---|---|---|
commitProperties():void [override] | StiSortZoneControl | ||
![]() | updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | StiZoneControl | |
| btnValueExpression | property |
public var btnValueExpression:StiButtonThis property can be used as the source for data binding.
| data | property |
data:Object [write-only] [override] public function set data(value:Object):void| dictionary | property |
public var dictionary:StiDictionaryComboBoxThis property can be used as the source for data binding.
| direction | property |
public var direction:StiComboBoxThis property can be used as the source for data binding.
| element | property |
element:Object public function get element():Object public function set element(value:Object):void| labelText | property |
public var labelText:LabelThis property can be used as the source for data binding.
| report | property |
report:StiReport[override] public function get report():StiReport public function set report(value:StiReport):void| StiSortZoneControl | () | Constructor |
public function StiSortZoneControl()Constructor.
| commitProperties | () | method |
override protected function commitProperties():void