GWT 2.7.0

Uses of Interface
com.google.gwt.event.dom.client.MouseDownHandler

Packages that use MouseDownHandler
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 MouseDownHandler in com.google.gwt.event.dom.client
 

Classes in com.google.gwt.event.dom.client that implement MouseDownHandler
 class HandlesAllMouseEvents
          Receiver used to handle all mouse events at once.
 

Methods in com.google.gwt.event.dom.client with type parameters of type MouseDownHandler
static
<H extends MouseDownHandler & MouseUpHandler & MouseOutHandler & MouseOverHandler & MouseMoveHandler & MouseWheelHandler>
void
HandlesAllMouseEvents.handle(HasAllMouseHandlers source, H reciever)
          Convenience method used to handle all mouse events from an event source.
 

Methods in com.google.gwt.event.dom.client that return types with arguments of type MouseDownHandler
 DomEvent.Type<MouseDownHandler> MouseDownEvent.getAssociatedType()
           
static DomEvent.Type<MouseDownHandler> MouseDownEvent.getType()
          Gets the event type associated with mouse down events.
 

Methods in com.google.gwt.event.dom.client with parameters of type MouseDownHandler
 HandlerRegistration HasMouseDownHandlers.addMouseDownHandler(MouseDownHandler handler)
          Adds a MouseDownEvent handler.
protected  void MouseDownEvent.dispatch(MouseDownHandler handler)
           
 

Uses of MouseDownHandler in com.google.gwt.user.client.ui
 

Classes in com.google.gwt.user.client.ui that implement MouseDownHandler
static class ListenerWrapper.WrappedMouseListener
          Deprecated. Wrapper for a MouseListener.
 

Methods in com.google.gwt.user.client.ui with parameters of type MouseDownHandler
 HandlerRegistration Tree.addMouseDownHandler(MouseDownHandler handler)
           
 HandlerRegistration Label.addMouseDownHandler(MouseDownHandler handler)
           
 HandlerRegistration Image.addMouseDownHandler(MouseDownHandler handler)
           
 HandlerRegistration FocusWidget.addMouseDownHandler(MouseDownHandler handler)
           
 HandlerRegistration FocusPanel.addMouseDownHandler(MouseDownHandler handler)
           
 


GWT 2.7.0