Class Index | File Index

Classes


Class SweetDevRia.DisplayManager

Display manager class of SweetDevRia
Defined in: DisplayManager.js.

Class Summary
Constructor Attributes Constructor Name and Description
<private>  
Field Summary
Field Attributes Field Name and Description
<private> <static>  
SweetDevRia.DisplayManager._instance
Singleton.
 
Top ZIndex.
Method Summary
Method Attributes Method Name and Description
<private>  
<static>  
SweetDevRia.DisplayManager.getInstance()
get the Instance of DisplayManager.
 
Get the biggest ZIndex of the page.
 
getTopZIndex(refresh)
Get the biggest ZIndex to be sure to be on top.
Class Detail
<private> SweetDevRia.DisplayManager()
Field Detail
<private> <static> SweetDevRia.DisplayManager._instance
Singleton.

{int} topZIndex
Top ZIndex.
Method Detail
<private> getBlankPage()

<static> {DisplayManager object.} SweetDevRia.DisplayManager.getInstance()
get the Instance of DisplayManager.
Returns:
Instance of DisplayManager.

{int} getMaxZindex()
Get the biggest ZIndex of the page.
Returns:
Biggest ZIndex.

{int} getTopZIndex(refresh)
Get the biggest ZIndex to be sure to be on top.
Parameters:
refresh
Returns:
Biggest ZIndex.

Documentation generated by JsDoc Toolkit 2.0.0 on Thu May 05 2011 12:20:29 GMT+0200 (CEST)