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 HandlerRegistrationHasLoadHandlers. addLoadHandler(LoadHandler handler)Adds aLoadEventhandler.protected voidLoadEvent. 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 classListenerWrapper.WrappedLoadListenerDeprecated.Wrapper for aLoadListener.Methods in com.google.gwt.user.client.ui with parameters of type LoadHandler Modifier and Type Method Description HandlerRegistrationFrame. addLoadHandler(LoadHandler handler)Adds aLoadEventload handler which will be called when the frame loads.HandlerRegistrationImage. addLoadHandler(LoadHandler handler)
-