Uses of Class
com.vaadin.ui.components.grid.sort.Sort

Packages that use Sort
com.vaadin.ui.components.grid   
com.vaadin.ui.components.grid.sort   
 

Uses of Sort in com.vaadin.ui.components.grid
 

Methods in com.vaadin.ui.components.grid with parameters of type Sort
 void Grid.sort(Sort s)
          Sets the current sort order using the fluid Sort API.
 

Uses of Sort in com.vaadin.ui.components.grid.sort
 

Methods in com.vaadin.ui.components.grid.sort that return Sort
static Sort Sort.by(java.lang.Object propertyId)
          Start building a Sort order by sorting a provided column in ascending order.
static Sort Sort.by(java.lang.Object propertyId, com.vaadin.shared.ui.grid.SortDirection direction)
          Start building a Sort order by sorting a provided column.
 Sort Sort.then(java.lang.Object propertyId)
          Continue building a Sort order.
 Sort Sort.then(java.lang.Object propertyId, com.vaadin.shared.ui.grid.SortDirection direction)
          Continue building a Sort order.
 



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