Packagecom.flexicious.controls.interfaces
Interfacepublic interface ISpinner extends mx.core.IUIComponent
Implementors Spinner



Public Properties
 PropertyDefined By
  label : String
abel to display on the spinner
ISpinner
  spinner : DisplayObject
[read-only] The actual spinning component.
ISpinner
  startX : Number
he center point of the Grids X cordinate
ISpinner
  startY : Number
The center point of the Grids Y cordinate
ISpinner
Public Methods
 MethodDefined By
  
startSpin():void
egin the animation
ISpinner
  
stopSpin():void
nd the animation
ISpinner
  
ISpinner
Property Detail
labelproperty
label:String

abel to display on the spinner


Implementation
    public function get label():String
    public function set label(value:String):void
spinnerproperty 
spinner:DisplayObject  [read-only]

The actual spinning component.


Implementation
    public function get spinner():DisplayObject
startXproperty 
startX:Number

he center point of the Grids X cordinate


Implementation
    public function get startX():Number
    public function set startX(value:Number):void
startYproperty 
startY:Number

The center point of the Grids Y cordinate


Implementation
    public function get startY():Number
    public function set startY(value:Number):void
Method Detail
startSpin()method
public function startSpin():void

egin the animation

stopSpin()method 
public function stopSpin():void

nd the animation

validateNow()method 
public function validateNow():void