Uses of Interface
com.google.gwt.event.dom.client.LoadHandler
-
Packages that use LoadHandler 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. -
-
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 Modifier and Type Method Description 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 Modifier and Type Method Description HandlerRegistration
HasLoadHandlers. addLoadHandler(LoadHandler handler)
Adds aLoadEvent
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 Modifier and Type Class Description static class
ListenerWrapper.WrappedLoadListener
Deprecated.Wrapper for aLoadListener
.Methods in com.google.gwt.user.client.ui with parameters of type LoadHandler Modifier and Type Method Description HandlerRegistration
Frame. addLoadHandler(LoadHandler handler)
Adds aLoadEvent
load handler which will be called when the frame loads.HandlerRegistration
Image. addLoadHandler(LoadHandler handler)
-