Package | Description |
---|---|
com.google.gwt.event.dom.client |
Types related to DOM events.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
DomEvent.Type<LoadHandler> |
LoadEvent.getAssociatedType() |
static DomEvent.Type<LoadHandler> |
LoadEvent.getType()
Gets the event type associated with load events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasLoadHandlers.addLoadHandler(LoadHandler handler)
Adds a
LoadEvent handler. |
protected void |
LoadEvent.dispatch(LoadHandler handler) |
Modifier and Type | Class and Description |
---|---|
static class |
ListenerWrapper.WrappedLoadListener
Deprecated.
Wrapper for a
LoadListener . |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
Image.addLoadHandler(LoadHandler handler) |
HandlerRegistration |
Frame.addLoadHandler(LoadHandler handler)
Adds a
LoadEvent load handler which will be called when the frame
loads. |