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