public interface HasFormItemClickHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description | 
|---|---|
| com.google.gwt.event.shared.HandlerRegistration | addFormItemClickHandler(FormItemClickHandler handler)Click handler for this icon. | 
com.google.gwt.event.shared.HandlerRegistration addFormItemClickHandler(FormItemClickHandler handler)
   This event may be cancelled.   If this event is not cancelled by the icon-level click
 handler, it may also be handled at the FormItem level via FormItem.pickerIconClick() [for the picker
 icon only], and then FormItem.iconClick()
handler - the formItemClick handlerHandlerRegistration used to remove this handler