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