Uses of Interface
com.google.gwt.event.dom.client.ClickHandler
Package
Description
Types related to DOM events.
Widgets, Panels, and other user-interface classes.
-
Uses of ClickHandler in com.google.gwt.event.dom.client
Modifier and TypeMethodDescriptionfinal DomEvent.Type
<ClickHandler> ClickEvent.getAssociatedType()
static DomEvent.Type
<ClickHandler> ClickEvent.getType()
Gets the event type associated with click events.Modifier and TypeMethodDescriptionHasClickHandlers.addClickHandler
(ClickHandler handler) Adds aClickEvent
handler.protected void
ClickEvent.dispatch
(ClickHandler handler) -
Uses of ClickHandler in com.google.gwt.user.client.ui
Modifier and TypeClassDescriptionstatic class
Deprecated.will be removed in GWT 2.0 along with the listeners being wrapped(package private) static class
Deprecated.Modifier and TypeMethodDescriptionFocusPanel.addClickHandler
(ClickHandler handler) FocusWidget.addClickHandler
(ClickHandler handler) HTMLTable.addClickHandler
(ClickHandler handler) Hyperlink.addClickHandler
(ClickHandler handler) Deprecated.UseFocusWidget.addClickHandler(com.google.gwt.event.dom.client.ClickHandler)
instead and call History.newItem from the handler if you need to process the click before the history token is set.Image.addClickHandler
(ClickHandler handler) Label.addClickHandler
(ClickHandler handler) ModifierConstructorDescriptionButton
(SafeHtml html, ClickHandler handler) Creates a button with the given HTML caption and click listener.Button
(String html, ClickHandler handler) Creates a button with the given HTML caption and click listener.CustomButton
(Image upImage, ClickHandler handler) Constructor forCustomButton
.CustomButton
(Image upImage, Image downImage, ClickHandler handler) Constructor forCustomButton
.CustomButton
(String upText, ClickHandler handler) Constructor forCustomButton
.CustomButton
(String upText, String downText, ClickHandler handler) Constructor forCustomButton
.PushButton
(Image upImage, ClickHandler handler) Constructor forPushButton
.PushButton
(Image upImage, Image downImage, ClickHandler handler) Constructor forPushButton
.PushButton
(String upText, ClickHandler handler) Constructor forPushButton
.PushButton
(String upText, String downText, ClickHandler handler) Constructor forPushButton
.ResetButton
(SafeHtml html, ClickHandler handler) Creates a button with the given HTML caption and click listener.ResetButton
(String html, ClickHandler handler) Creates a button with the given HTML caption and click listener.SubmitButton
(SafeHtml html, ClickHandler handler) Creates a button with the given HTML caption and click listener.SubmitButton
(String html, ClickHandler handler) Creates a button with the given HTML caption and click listener.ToggleButton
(Image upImage, ClickHandler handler) Constructor forToggleButton
.ToggleButton
(Image upImage, Image downImage, ClickHandler handler) Constructor forToggleButton
.ToggleButton
(String upText, ClickHandler handler) Constructor forToggleButton
.ToggleButton
(String upText, String downText, ClickHandler handler) Constructor forToggleButton
.