Class StickyWindow.WindowStatus
java.lang.Object
com.logicaldoc.gui.common.client.widgets.StickyWindow.WindowStatus
- Enclosing class:
- StickyWindow
Represents a status of the window
- Since:
- 8.7.3
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
WindowStatuspublic WindowStatus(int width, int height) 
 
- 
- 
Method Details- 
getWidthpublic int getWidth()
- 
setWidthpublic void setWidth(int width) 
- 
getHeightpublic int getHeight()
- 
setHeightpublic void setHeight(int height) 
 
-