Uses of Interface
com.google.gwt.event.dom.client.LoadHandler
Packages that use LoadHandler
Package
Description
Types related to DOM events.
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 LoadHandlerModifier and TypeMethodDescriptionfinal 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 LoadHandlerModifier and TypeMethodDescriptionHasLoadHandlers.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 LoadHandlerMethods in com.google.gwt.user.client.ui with parameters of type LoadHandlerModifier and TypeMethodDescriptionFrame.addLoadHandler
(LoadHandler handler) Adds aLoadEvent
load handler which will be called when the frame loads.Image.addLoadHandler
(LoadHandler handler)