Uses of Interface
com.google.gwt.event.logical.shared.HasResizeHandlers
-
Packages that use HasResizeHandlers Package Description com.google.gwt.event.logical.shared Types related to logical events that do not have direct analogues to DOM events and which can be used in contexts other than web browsers.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of HasResizeHandlers in com.google.gwt.event.logical.shared
Methods in com.google.gwt.event.logical.shared with type parameters of type HasResizeHandlers Modifier and Type Method Description static <S extends HasResizeHandlers & HasHandlers>
voidResizeEvent. fire(S source, int width, int height)
Fires a resize event on all registered handlers in the handler source. -
Uses of HasResizeHandlers in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement HasResizeHandlers Modifier and Type Class Description class
ResizeLayoutPanel
A simple panel thatProvidesResize
to its one child, but does notRequiresResize
.
-