public interface HasPickerIconClickHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addPickerIconClickHandler(PickerIconClickHandler handler)
Notification method called when the
picker
icon is clicked. |
fireEventHandlerRegistration addPickerIconClickHandler(PickerIconClickHandler handler)
picker
icon is clicked.handler - the pickerIconClick handlerHandlerRegistration used to remove this handler