|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequiresResize
This interface designates that its implementor needs to be informed whenever its size is modified.
Widgets that implement this interface should only be added to those that
implement ProvidesResize
. Failure to do so will usually result in
onResize()
not being called.
Method Summary | |
---|---|
void |
onResize()
This method must be called whenever the implementor's size has been modified. |
Method Detail |
---|
void onResize()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |