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 Summary
-
Method Summary
-
Constructor Details
-
WindowStatus
public WindowStatus(int width, int height)
-
-
Method Details
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int width) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int height)
-