public interface HasClickHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
com.google.gwt.event.shared.HandlerRegistration | 
addClickHandler(ClickHandler handler)
Called when this FormItem is clicked on. 
 | 
com.google.gwt.event.shared.HandlerRegistration addClickHandler(ClickHandler handler)
 Note: click() is available on StaticTextItem, BlurbItems,
 ButtonItem, and derivatives.  Other form items (such as HiddenItem) do not support click().
handler - the click handlerHandlerRegistration used to remove this handler