Uses of Interface
com.google.gwt.event.dom.client.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
Modifier and TypeMethodDescriptionfinal DomEvent.Type
<LoadHandler> LoadEvent.getAssociatedType()
static DomEvent.Type
<LoadHandler> LoadEvent.getType()
Gets the event type associated with load events.Modifier and TypeMethodDescriptionHasLoadHandlers.addLoadHandler
(LoadHandler handler) Adds aLoadEvent
handler.protected void
LoadEvent.dispatch
(LoadHandler handler) -
Uses of LoadHandler in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionFrame.addLoadHandler
(LoadHandler handler) Adds aLoadEvent
load handler which will be called when the frame loads.Image.addLoadHandler
(LoadHandler handler)