Interface SorterClickHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonSorterClick(SorterClickEvent event) Notification method fired when the user clicks on the cornersort button. 
- 
Method Details
- 
onSorterClick
Notification method fired when the user clicks on the cornersort button. CallSorterClickEvent.cancel()from withinonSorterClick(com.smartgwt.client.widgets.grid.events.SorterClickEvent)to suppress the sort.- Parameters:
 event- the event
 
 -