protected static class WorkbenchLayoutImpl.OriginalStyleInfo extends Object
Constructor and Description |
---|
OriginalStyleInfo(com.google.gwt.user.client.ui.Widget w) |
Modifier and Type | Method and Description |
---|---|
int |
getAbsoluteLeft() |
int |
getAbsoluteTop() |
int |
getClientHeight() |
int |
getClientWidth() |
void |
restore(com.google.gwt.user.client.ui.Widget w)
Restores to
w all style values to those most recently set on this instance. |
public OriginalStyleInfo(com.google.gwt.user.client.ui.Widget w)
public void restore(com.google.gwt.user.client.ui.Widget w)
w
all style values to those most recently set on this instance.w
- the widget to restore styles on.public int getAbsoluteTop()
public int getAbsoluteLeft()
public int getClientHeight()
public int getClientWidth()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.