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.
|
Modifier and Type | Method and Description |
---|---|
static <S extends HasResizeHandlers & HasHandlers> |
ResizeEvent.fire(S source,
int width,
int height)
Fires a resize event on all registered handlers in the handler source.
|
Modifier and Type | Class and Description |
---|---|
class |
ResizeLayoutPanel
A simple panel that
ProvidesResize to its one child, but does not
RequiresResize . |
Copyright © 2018. All rights reserved.