public interface SorterClickHandler
extends com.google.gwt.event.shared.EventHandler | Modifier and Type | Method and Description |
|---|---|
void | onSorterClick(SorterClickEvent event) Notification method fired when the user clicks on the corner sort button. |
void onSorterClick(SorterClickEvent event)
sort button. Call SorterClickEvent.cancel() from within onSorterClick(com.smartgwt.client.widgets.grid.events.SorterClickEvent) to suppress the sort.event - the event