com.smartgwt.client.widgets.cube.events
Interface HasSortByFacetValuesHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
CubeGrid

public interface HasSortByFacetValuesHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addSortByFacetValuesHandler(SortByFacetValuesHandler handler)
          Called when a sort control is clicked on a FacetValueHeader.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addSortByFacetValuesHandler

HandlerRegistration addSortByFacetValuesHandler(SortByFacetValuesHandler handler)
Called when a sort control is clicked on a FacetValueHeader. Does nothing by default.

Parameters:
handler - the sortByFacetValues handler
Returns:
HandlerRegistration used to remove this handler