Interface HasSortByFacetValuesHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 CubeGrid
- 
Method Summary
Modifier and TypeMethodDescriptionCalled when a sort control is clicked on a FacetValueHeader.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addSortByFacetValuesHandler
Called when a sort control is clicked on a FacetValueHeader. Does nothing by default.- Parameters:
 handler- the sortByFacetValues handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -