Packagestimulsoft.controls_old.visual.zoneControl
Classpublic class StiResultZoneControl
InheritanceStiResultZoneControl Inheritance StiZoneControl Inheritance mx.containers.Canvas
Implements mx.binding.IBindingClient



Public Properties
 PropertyDefined By
  data : Object
[override] [write-only]
StiResultZoneControl
  dictionary : StiDictionaryComboBox
StiResultZoneControl
  element : Object
StiResultZoneControl
  funct : StiComboBox
StiResultZoneControl
 InheritedisSelected : Boolean
[read-only]
StiZoneControl
  report : StiReport
[override]
StiResultZoneControl
  text : StiTextInput
StiResultZoneControl
 Inheritedzone : StiZoneContainerControl
[read-only]
StiZoneControl
Public Methods
 MethodDefined By
  
Constructor.
StiResultZoneControl
 Inherited
onAdded(event:Event):void
StiZoneControl
Protected Methods
 MethodDefined By
 Inherited
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
[override]
StiZoneControl
Property Detail
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.

elementproperty 
element:Object


Implementation
    public function get element():Object
    public function set element(value:Object):void
functproperty 
public var funct:StiComboBox

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
textproperty 
public var text:StiTextInput

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

Constructor Detail
StiResultZoneControl()Constructor
public function StiResultZoneControl()

Constructor.