| Package | com.flexicious.controls.interfaces |
| Interface | public interface ISpinner extends mx.core.IUIComponent |
| Implementors | Spinner |
| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
startSpin():void
egin the animation
| ISpinner | ||
stopSpin():void
nd the animation
| ISpinner | ||
validateNow():void | ISpinner | ||
| label | property |
label:Stringabel to display on the spinner
public function get label():String public function set label(value:String):void| spinner | property |
spinner:DisplayObject [read-only] The actual spinning component.
public function get spinner():DisplayObject| startX | property |
startX:Numberhe center point of the Grids X cordinate
public function get startX():Number public function set startX(value:Number):void| startY | property |
startY:NumberThe center point of the Grids Y cordinate
public function get startY():Number public function set startY(value:Number):void| startSpin | () | method |
public function startSpin():voidegin the animation
| stopSpin | () | method |
public function stopSpin():voidnd the animation
| validateNow | () | method |
public function validateNow():void