|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasResizedHandlers
Method Summary | |
---|---|
HandlerRegistration |
addResizedHandler(ResizedHandler handler)
Observable method called whenever a Canvas changes size. |
Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
---|
fireEvent |
Method Detail |
---|
HandlerRegistration addResizedHandler(ResizedHandler handler)
overflow
, and is waiting for a queued redraw (see
Canvas.isDirty()
), the value for Canvas.getVisibleWidth()
and
Canvas.getVisibleHeight()
will be unreliable until redraw()
fires.
handler
- the resized handler
HandlerRegistration
used to remove this handler
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |