com.smartgwt.client.widgets.grid.events
Interface HasGroupByHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
CubeGrid, ListGrid, Menu, TableView, TreeGrid

public interface HasGroupByHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addGroupByHandler(GroupByHandler handler)
          Callback fired when the listGrid is grouped or ungrouped.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addGroupByHandler

HandlerRegistration addGroupByHandler(GroupByHandler handler)
Callback fired when the listGrid is grouped or ungrouped. This event may be cancelled

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