GWT 2.0.3

com.google.gwt.event.dom.client
Interface HasMouseDownHandlers

All Superinterfaces:
HasHandlers
All Known Subinterfaces:
DialogBox.Caption, HasAllMouseHandlers
All Known Implementing Classes:
Anchor, Button, ButtonBase, CheckBox, CustomButton, FocusPanel, FocusWidget, HTML, Image, InlineHTML, InlineLabel, Label, ListBox, PasswordTextBox, PushButton, RadioButton, ResetButton, RichTextArea, SimpleCheckBox, SimpleRadioButton, SubmitButton, TextArea, TextBox, TextBoxBase, ToggleButton, Tree

public interface HasMouseDownHandlers
extends HasHandlers

A widget that implements this interface provides registration for MouseDownHandler instances.


Method Summary
 HandlerRegistration addMouseDownHandler(MouseDownHandler handler)
          Adds a MouseDownEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addMouseDownHandler

HandlerRegistration addMouseDownHandler(MouseDownHandler handler)
Adds a MouseDownEvent handler.

Parameters:
handler - the mouse down handler
Returns:
HandlerRegistration used to remove this handler

GWT 2.0.3