Interface HasSortChangedHandlers
- 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 TypeMethodDescriptionaddSortChangedHandler
(SortChangedHandler handler) Notification method executed when thesort specifiers
change for this grid.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addSortChangedHandler
Notification method executed when thesort specifiers
change for this grid.- Parameters:
handler
- the sortChanged handler- Returns:
HandlerRegistration
used to remove this handler
-