Uses of Class
com.vaadin.client.widget.grid.sort.Sort
-
Packages that use Sort Package Description com.vaadin.client.widget.grid.sort com.vaadin.client.widgets -
-
Uses of Sort in com.vaadin.client.widget.grid.sort
Methods in com.vaadin.client.widget.grid.sort that return Sort Modifier and Type Method Description static SortSort. by(Grid.Column<?,?> column)Start building a Sort order by sorting a provided column in ascending order.static SortSort. by(Grid.Column<?,?> column, SortDirection direction)Start building a Sort order by sorting a provided column.SortSort. then(Grid.Column<?,?> column)Continue building a Sort order.SortSort. then(Grid.Column<?,?> column, SortDirection direction)Continue building a Sort order. -
Uses of Sort in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets with parameters of type Sort Modifier and Type Method Description voidGrid. sort(Sort s)Sets the current sort order using the fluid Sort API.
-