Package | ardisia.components.progressDisplay |
Class | public class ProgressDisplayDeterminate |
Inheritance | ProgressDisplayDeterminate ![]() ![]() ![]() |
Call updateProgress() to update.
Default MXML PropertymxmlContentFactory
Method | Defined By | ||
---|---|---|---|
![]() | center():void
Call to center the pane. | Pane | |
![]() | close(closeImmediately:Boolean = false):void
Un-float and remove the tracker. | ProgressDisplayBase | |
![]() | closeFloatedPane(skipTransition:Boolean = false):void
If the pane is floated, will be closed and unfloated. | Pane | |
![]() | dispose():void
Call dispose() to remove the pane from the display list and remove all
of the attached listeners. | Pane | |
![]() | endPaneDrag():void
End a drag. | Pane | |
![]() | floatPane(parentElement:DisplayObject, modal:Boolean = false, center:Boolean = false, animateIn:Boolean = true, childList:String = null, moduleFactory:IFlexModuleFactory = null):void
Float the pane. | Pane | |
![]() | show(parentElement:DisplayObject, modal:Boolean = true, moduleFactory:IFlexModuleFactory = null):void
Popup and display the tracker. | ProgressDisplayBase | |
![]() | startPaneDrag():void
Start a drag. | Pane | |
![]() | updateBounds(proposedRect:Rectangle = null):void
Constrain the pane based on the "boundingMode" property. | Pane | |
updateProgress(percent:Number):void
Update the progress display. | ProgressDisplayDeterminate |
This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.
To skin the component, implement a skin that defines the following states. Although you must implement all skin states, a skin state can be empty. An empty skin state specifies no changes to the default skin state.