Uses of Class
com.vaadin.data.sort.Sort
-
Packages that use Sort Package Description com.vaadin.data.sort com.vaadin.ui -
-
Uses of Sort in com.vaadin.data.sort
Methods in com.vaadin.data.sort that return Sort Modifier and Type Method Description static SortSort. by(Object propertyId)Start building a Sort order by sorting a provided column in ascending order.static SortSort. by(Object propertyId, SortDirection direction)Start building a Sort order by sorting a provided column.SortSort. then(Object propertyId)Continue building a Sort order.SortSort. then(Object propertyId, SortDirection direction)Continue building a Sort order. -
Uses of Sort in com.vaadin.ui
Methods in com.vaadin.ui with parameters of type Sort Modifier and Type Method Description voidGrid. sort(Sort s)Sets the current sort order using the fluid Sort API.
-