public interface HasValueIconClickHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addValueIconClickHandler(ValueIconClickHandler handler) Notification method fires when the user clicks a value icon for this item. |
com.google.gwt.event.shared.HandlerRegistration addValueIconClickHandler(ValueIconClickHandler handler)
value icon for this item.handler - the valueIconClick handlerHandlerRegistration used to remove this handler