public interface HasFormItemClickHandlers extends HasHandlers
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
addFormItemClickHandler(FormItemClickHandler handler)
Called when this icon is clicked.
|
fireEvent
HandlerRegistration addFormItemClickHandler(FormItemClickHandler handler)
FormItem.showPicker()
.handler
- the formItemClick handlerHandlerRegistration
used to remove this handler