| 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. |