|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResizableWidget
An interface that defines the methods required to support automatic resizing of the Widget element.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||