com.vaadin.client.widget.grid.sort
Interface SortHandler<T>

All Superinterfaces:
com.google.gwt.event.shared.EventHandler

public interface SortHandler<T>
extends com.google.gwt.event.shared.EventHandler

Handler for a Grid sort event, called when the Grid needs its data source to provide data sorted in a specific manner.

Since:
7.4
Author:
Vaadin Ltd

Method Summary
 void sort(SortEvent<T> event)
          Handle sorting of the Grid.
 

Method Detail

sort

void sort(SortEvent<T> event)
Handle sorting of the Grid. This method is called when a re-sorting of the Grid's data is requested.

Parameters:
event - the sort event


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.