Package org.uberfire.client.workbench
Class WorkbenchLayoutImpl.OriginalStyleInfo
- java.lang.Object
-
- org.uberfire.client.workbench.WorkbenchLayoutImpl.OriginalStyleInfo
-
- Enclosing class:
- WorkbenchLayoutImpl
protected static class WorkbenchLayoutImpl.OriginalStyleInfo extends Object
Holder for style information that was modified in order to maximize a panel.
-
-
Constructor Summary
Constructors Constructor Description OriginalStyleInfo(com.google.gwt.user.client.ui.Widget w)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAbsoluteLeft()intgetAbsoluteTop()intgetClientHeight()intgetClientWidth()voidrestore(com.google.gwt.user.client.ui.Widget w)Restores towall style values to those most recently set on this instance.
-
-
-
Method Detail
-
restore
public void restore(com.google.gwt.user.client.ui.Widget w)
Restores towall style values to those most recently set on this instance.- Parameters:
w- the widget to restore styles on.
-
getAbsoluteTop
public int getAbsoluteTop()
-
getAbsoluteLeft
public int getAbsoluteLeft()
-
getClientHeight
public int getClientHeight()
-
getClientWidth
public int getClientWidth()
-
-