Interface HasFacetValueContextClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 CubeGrid
- 
Method Summary
Modifier and TypeMethodDescriptionStringMethod handler fired when context click occurs over a facetValue button in a header.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addFacetValueContextClickHandler
StringMethod handler fired when context click occurs over a facetValue button in a header.- Parameters:
 handler- the facetValueContextClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -