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 |
Fundamental user-interface classes used in client-side GWT code.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<ResizeHandler> |
ResizeEvent.getAssociatedType() |
static GwtEvent.Type<ResizeHandler> |
ResizeEvent.getType()
Ensures the existence of the handler hook and then returns it.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasResizeHandlers.addResizeHandler(ResizeHandler handler)
Adds a
ResizeEvent handler. |
protected void |
ResizeEvent.dispatch(ResizeHandler handler) |
Modifier and Type | Method and Description |
---|---|
static HandlerRegistration |
Window.addResizeHandler(ResizeHandler handler)
Adds a
ResizeEvent handler. |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
ResizeLayoutPanel.addResizeHandler(ResizeHandler handler) |
Copyright © 2018. All rights reserved.