Uses of Class
com.vaadin.data.sort.Sort

Packages that use Sort
com.vaadin.data.sort   
com.vaadin.ui   
 

Uses of Sort in com.vaadin.data.sort
 

Methods in com.vaadin.data.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.data.sort.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.data.sort.SortDirection direction)
          Continue building a Sort order.
 

Uses of Sort in com.vaadin.ui
 

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



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