Uses of Interface
com.google.gwt.event.dom.client.LoseCaptureHandler
-
Packages that use LoseCaptureHandler Package Description com.google.gwt.event.dom.client Types related to DOM events. -
-
Uses of LoseCaptureHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type LoseCaptureHandler Modifier and Type Method Description DomEvent.Type<LoseCaptureHandler>
LoseCaptureEvent. getAssociatedType()
static DomEvent.Type<LoseCaptureHandler>
LoseCaptureEvent. getType()
Gets the event type associated with lose capture events.Methods in com.google.gwt.event.dom.client with parameters of type LoseCaptureHandler Modifier and Type Method Description HandlerRegistration
HasLoseCaptureHandlers. addLoseCaptureHandler(LoseCaptureHandler handler)
Adds aLoseCaptureEvent
handler.protected void
LoseCaptureEvent. dispatch(LoseCaptureHandler handler)
-