Interface HasValueIconClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 ListGridField,ListGridRemoveField,ListGridSummaryField,TreeGridField
- 
Method Summary
Modifier and TypeMethodDescriptionExecuted when the user clicks on avalue iconwithin this field.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addValueIconClickHandler
Executed when the user clicks on avalue iconwithin 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:
 HandlerRegistrationused to remove this handler
 
 -