Interface HasValueIconClickHandlers
- All Superinterfaces:
- HasHandlers
- All Known Implementing Classes:
- ListGridField,- ListGridRemoveField,- ListGridSummaryField,- TreeGridField
- 
Method SummaryModifier and TypeMethodDescriptionExecuted when the user clicks on avalue iconwithin this field.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addValueIconClickHandlerExecuted 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
 
 
-