Interface ValueIconClickHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Executed when the user clicks on avalue icon
within this field.
-
Method Details
-
onValueIconClick
Executed when the user clicks on avalue icon
within this field. CallValueIconClickEvent.cancel()
from withinonValueIconClick(com.smartgwt.client.widgets.grid.events.ValueIconClickEvent)
to suppress default behavior of firingListGridField.recordClick()
handlers, etc.- Parameters:
event
- the event
-