public interface HasResizedHandlers
extends com.google.gwt.event.shared.HasHandlers
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addResizedHandler(ResizedHandler handler)
Method called whenever a Canvas changes size.
|
com.google.gwt.event.shared.HandlerRegistration addResizedHandler(ResizedHandler handler)
overflow:"visible"
, and is waiting for a queued redraw (see isDirty()
), the value for getVisibleWidth()
and getVisibleHeight()
will be unreliable until redraw()
fires.handler
- the resized handlerHandlerRegistration
used to remove this handler