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