public interface ValueIconClickHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onValueIconClick(ValueIconClickEvent event)
Executed when the user clicks on a
value icon
within this field. |
void onValueIconClick(ValueIconClickEvent event)
value icon
within this field. Call ValueIconClickEvent.cancel()
from within onValueIconClick(com.smartgwt.client.widgets.grid.events.ValueIconClickEvent)
to suppress default behavior of firing ListGridField.recordClick()
handlers, etc.event
- the event