Packagecom.flexicious.controls.interfaces
Interfacepublic interface ISpinnerOwner extends mx.core.IUIComponent
Implementors DashboardContainer, FlexDataGrid, Gauge, TinyChartBase



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
getStyle(prop:String):*
ISpinnerOwner
  
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
Property Detail
elementsToBlurproperty
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.


Implementation
    public function get elementsToBlur():Array
elementToCenterproperty 
elementToCenter:IUIComponent  [read-only]

The element of the owner that should be used to center the spinner.


Implementation
    public function get elementToCenter():IUIComponent
numChildrenproperty 
numChildren:int  [read-only]


Implementation
    public function get numChildren():int
showSpinnerOnCreationCompleteproperty 
showSpinnerOnCreationComplete:Boolean  [read-only]


Implementation
    public function get showSpinnerOnCreationComplete():Boolean
spinnerproperty 
spinner:ISpinner


Implementation
    public function get spinner():ISpinner
    public function set spinner(value:ISpinner):void
spinnerFactoryproperty 
spinnerFactory:IFactory


Implementation
    public function get spinnerFactory():IFactory
    public function set spinnerFactory(value:IFactory):void
spinnerLabelproperty 
spinnerLabel:String


Implementation
    public function get spinnerLabel():String
    public function set spinnerLabel(value:String):void
spinnerParentproperty 
spinnerParent:Object  [read-only]

The parent to add the spinner to.


Implementation
    public function get spinnerParent():Object
useElementsproperty 
useElements:Boolean  [read-only]


Implementation
    public function get useElements():Boolean
Method Detail
getStyle()method
public function getStyle(prop:String):*

Parameters

prop:String

Returns
*
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