Interface HasFacetContextClickHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 CubeGrid
- 
Method Summary
Modifier and TypeMethodDescriptionStringMethod handler fired when the user right clicks on a facet label.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addFacetContextClickHandler
StringMethod handler fired when the user right clicks on a facet label.- Parameters:
 handler- the facetContextClick handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -