Interface HasValueIconClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
ListGridField
,ListGridRemoveField
,ListGridSummaryField
,TreeGridField
-
Method Summary
Modifier and TypeMethodDescriptionExecuted when the user clicks on avalue icon
within this field.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addValueIconClickHandler
Executed when the user clicks on avalue icon
within this field. CallValueIconClickEvent.cancel()
from withinValueIconClickHandler.onValueIconClick(com.smartgwt.client.widgets.grid.events.ValueIconClickEvent)
to suppress default behavior of firingListGridField.recordClick()
handlers, etc.- Parameters:
handler
- the valueIconClick handler- Returns:
HandlerRegistration
used to remove this handler
-