Interface HasSorterClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
CalendarView
,CubeGrid
,DateGrid
,EditTree
,ListGrid
,ListPalette
,Menu
,MenuPalette
,PickListMenu
,RecordEditor
,SelectionTreeMenu
,TableView
,TreeGrid
,TreePalette
-
Method Summary
Modifier and TypeMethodDescriptionaddSorterClickHandler
(SorterClickHandler handler) Notification method fired when the user clicks on the cornersort button
.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addSorterClickHandler
Notification method fired when the user clicks on the cornersort button
. CallSorterClickEvent.cancel()
from withinSorterClickHandler.onSorterClick(com.smartgwt.client.widgets.grid.events.SorterClickEvent)
to suppress the sort.- Parameters:
handler
- the sorterClick handler- Returns:
HandlerRegistration
used to remove this handler
-