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)
StringMethod action to fire when this icon is clicked If unset the form item's
iconClick method will
be fired instead (if specified). |
com.google.gwt.event.shared.HandlerRegistration addFormItemClickHandler(FormItemClickHandler handler)
iconClick
method will
be fired instead (if specified).handler
- the formItemClick handlerHandlerRegistration
used to remove this handler