public interface ResizableWidget
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.Element |
getElement()
Get the widget's element.
|
boolean |
isAttached()
Check if this widget is attached to the page.
|
void |
onResize(int width,
int height)
This method is called when the dimensions of the parent element change.
|
com.google.gwt.user.client.Element getElement()
boolean isAttached()
void onResize(int width,
int height)
width - the new client width of the elementheight - the new client height of the elementCopyright © 2015. All Rights Reserved.