Package | com.flexicious.controls.interfaces |
Interface | public interface ISpinnerOwner extends mx.core.IUIComponent |
Implementors | DashboardContainer, FlexDataGrid, Gauge, TinyChartBase |
Property | Defined By | ||
---|---|---|---|
elementsToBlur : Array [read-only]
All elements of the spinner owner that should be blurred when the spinner is active. | ISpinnerOwner | ||
elementToCenter : IUIComponent [read-only]
The element of the owner that should be used to center the spinner. | ISpinnerOwner | ||
numChildren : int [read-only] | ISpinnerOwner | ||
showSpinnerOnCreationComplete : Boolean [read-only] | ISpinnerOwner | ||
spinner : ISpinner | ISpinnerOwner | ||
spinnerFactory : IFactory | ISpinnerOwner | ||
spinnerLabel : String | ISpinnerOwner | ||
spinnerParent : Object [read-only]
The parent to add the spinner to. | ISpinnerOwner | ||
useElements : Boolean [read-only] | ISpinnerOwner |
Method | Defined By | ||
---|---|---|---|
getStyle(prop:String):* | ISpinnerOwner | ||
hideSpinner():void
Removes the spinner and sets the alpha flag of each of the elements returned by elementsToBlur back to 1
| ISpinnerOwner | ||
setChildIndex(child:DisplayObject, newIndex:int):void | ISpinnerOwner | ||
showSpinner(msg:String):void
Shows the spinner with default values defined below:
Label: "Loading please wait"
X Position : center X of the owner component
Y Position : center Y of the owner component
Grid Alpa when the spinner is active : 0.3
Spinner appearance can be modified using styles. | ISpinnerOwner |
elementsToBlur | property |
elementsToBlur:Array
[read-only] All elements of the spinner owner that should be blurred when the spinner is active. The alpha of this element will be set to the spinnerGridAlpha style or 0.3.
public function get elementsToBlur():Array
elementToCenter | property |
elementToCenter:IUIComponent
[read-only] The element of the owner that should be used to center the spinner.
public function get elementToCenter():IUIComponent
numChildren | property |
numChildren:int
[read-only] public function get numChildren():int
showSpinnerOnCreationComplete | property |
showSpinnerOnCreationComplete:Boolean
[read-only] public function get showSpinnerOnCreationComplete():Boolean
spinner | property |
spinner:ISpinner
public function get spinner():ISpinner
public function set spinner(value:ISpinner):void
spinnerFactory | property |
spinnerFactory:IFactory
public function get spinnerFactory():IFactory
public function set spinnerFactory(value:IFactory):void
spinnerLabel | property |
spinnerLabel:String
public function get spinnerLabel():String
public function set spinnerLabel(value:String):void
spinnerParent | property |
spinnerParent:Object
[read-only] The parent to add the spinner to.
public function get spinnerParent():Object
useElements | property |
useElements:Boolean
[read-only] public function get useElements():Boolean
getStyle | () | method |
public function getStyle(prop:String):*
Parameters
prop:String |
* |
hideSpinner | () | method |
public function hideSpinner():void
Removes the spinner and sets the alpha flag of each of the elements returned by elementsToBlur back to 1
setChildIndex | () | method |
public function setChildIndex(child:DisplayObject, newIndex:int):void
Parameters
child:DisplayObject | |
newIndex:int |
showSpinner | () | method |
public function showSpinner(msg:String):void
Shows the spinner with default values defined below: Label: "Loading please wait" X Position : center X of the owner component Y Position : center Y of the owner component Grid Alpa when the spinner is active : 0.3 Spinner appearance can be modified using styles. See all the styles that start with the word spinner for more..
Parameters
msg:String |