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