Uses of Interface
com.google.gwt.event.dom.client.MouseDownHandler
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of MouseDownHandler in com.google.gwt.event.dom.client
Modifier and TypeClassDescriptionclass
Receiver used to handle all mouse events at once.Modifier and TypeMethodDescriptionstatic <H extends MouseDownHandler & MouseUpHandler & MouseOutHandler & MouseOverHandler & MouseMoveHandler & MouseWheelHandler>
voidHandlesAllMouseEvents.handle
(HasAllMouseHandlers source, H reciever) Convenience method used to handle all mouse events from an event source.Modifier and TypeMethodDescriptionfinal DomEvent.Type
<MouseDownHandler> MouseDownEvent.getAssociatedType()
static DomEvent.Type
<MouseDownHandler> MouseDownEvent.getType()
Gets the event type associated with mouse down events.Modifier and TypeMethodDescriptionHasMouseDownHandlers.addMouseDownHandler
(MouseDownHandler handler) Adds aMouseDownEvent
handler.protected void
MouseDownEvent.dispatch
(MouseDownHandler handler) -
Uses of MouseDownHandler in com.google.gwt.user.client.ui
Modifier and TypeMethodDescriptionFocusPanel.addMouseDownHandler
(MouseDownHandler handler) FocusWidget.addMouseDownHandler
(MouseDownHandler handler) Image.addMouseDownHandler
(MouseDownHandler handler) Label.addMouseDownHandler
(MouseDownHandler handler) Tree.addMouseDownHandler
(MouseDownHandler handler)