|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadHandler | |
---|---|
com.google.gwt.event.dom.client | Types related to DOM events. |
com.google.gwt.user.client.ui | Widgets, Panels, and other user-interface classes. |
Uses of LoadHandler in com.google.gwt.event.dom.client |
---|
Methods in com.google.gwt.event.dom.client that return types with arguments of type LoadHandler | |
---|---|
DomEvent.Type<LoadHandler> |
LoadEvent.getAssociatedType()
|
static DomEvent.Type<LoadHandler> |
LoadEvent.getType()
Gets the event type associated with load events. |
Methods in com.google.gwt.event.dom.client with parameters of type LoadHandler | |
---|---|
HandlerRegistration |
HasLoadHandlers.addLoadHandler(LoadHandler handler)
Adds a LoadEvent handler. |
protected void |
LoadEvent.dispatch(LoadHandler handler)
|
Uses of LoadHandler in com.google.gwt.user.client.ui |
---|
Classes in com.google.gwt.user.client.ui that implement LoadHandler | |
---|---|
static class |
ListenerWrapper.WrappedLoadListener
Deprecated. Wrapper for a LoadListener . |
Methods in com.google.gwt.user.client.ui with parameters of type LoadHandler | |
---|---|
HandlerRegistration |
Image.addLoadHandler(LoadHandler handler)
|
HandlerRegistration |
Frame.addLoadHandler(LoadHandler handler)
Adds a LoadEvent load handler which will be called when the frame
loads. |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |