public interface HasPickerIconClickHandlers
extends com.google.gwt.event.shared.HasHandlers
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addPickerIconClickHandler(PickerIconClickHandler handler)
Method to show a picker for this item.
|
com.google.gwt.event.shared.HandlerRegistration addPickerIconClickHandler(PickerIconClickHandler handler)
pickerIcon. May also be called programmatically.
Default implementation lazily creates and shows the Picker Autochild. May be overridden to implement some custom
picker for this item.
handler - the pickerIconClick handlerHandlerRegistration used to remove this handler