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

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
CubeGrid

public interface HasSortByFacetIdHandlers
extends HasHandlers


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

Method Detail

addSortByFacetIdHandler

HandlerRegistration addSortByFacetIdHandler(SortByFacetIdHandler handler)
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