Package | com.flexicious.components.dashboard.print |
Class | public class PrintDashlet |
Inheritance | PrintDashlet ![]() ![]() |
Default MXML PropertymxmlContentFactory
Method | Defined By | ||
---|---|---|---|
PrintDashlet | |||
![]() | animate(sizeFrom:Rectangle, sizeTo:Rectangle, endFunction:Function):void
A method to animate the dashlet. | Dashlet | |
![]() | clone(to:Dashlet = null, dlFactory:IFactory = null, propertiesToTransfer:Array = null, stylesToTransfer:Array = null):Dashlet
Clones the current Dashlet. | Dashlet | |
![]() | close(doAnimate:Boolean = true):void
Sets the visible and include in layout flags to false
| Dashlet | |
![]() | collapse():void
Reduces the height to the height of the title bar
| Dashlet | |
![]() | dispatchEvent(event:Event):Boolean [override]
Whenever a dashboard event is dispatched at any dashlet,
we also dispatch it from the dahsboard container so if someone wants
to listen for an event at all dashlets. | Dashlet | |
![]() | expand():void
Expands the height to the height that the dashlet had prior to being collapsed
| Dashlet | |
![]() | gatherDashletInfo(dashletInfo:DashletInfo):void
Initializes the dashlet info object passed in with the current state of the dashlet
| Dashlet | |
![]() | generatePreivew():Bitmap
Generates a preview of this dashlet
| Dashlet | |
![]() | getExplicitOrMeasuredWidth():Number [override] | Dashlet | |
getStyle(styleProp:String):* [override] | PrintDashlet | ||
![]() | hideSpinner():void
Removes the spinner and sets the bodyContainer.alpha back to 1
| Dashlet | |
![]() | loadFromDashletInfo(dashletInfo:DashletInfo, expandHide:Boolean = false):void
Loads the collapse, open, title, height, width, x and y from the specified dashlet info. | Dashlet | |
![]() | maximize():void
Maximizes the dashlet. | Dashlet | |
![]() | minimizeToTaskBar():void
Sets the visible and include in layout flags to false
| Dashlet | |
![]() | open(doAnimate:Boolean = true):void
Sets the visible and include in layout flags to true
| Dashlet | |
![]() | restore():void
Restores the component to its position prior to being maximized. | Dashlet | |
![]() | restoreFromTaskBar():void
Sets the visible and include in layout flags to true
| Dashlet | |
![]() | showSpinner(msg:String):void
Shows the spinner with default values defined below:
Label: "Loading please wait"
X Position : center X of the grid
Y Position : center Y of the grid
Grid Alpa when the spinner is active : 0.3
Spinner appearance can be modified using styles . | Dashlet |
This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.