Uses of Class
com.vaadin.v7.data.sort.SortOrder
-
Packages that use SortOrder Package Description com.vaadin.v7.data.sort com.vaadin.v7.data.util com.vaadin.v7.event com.vaadin.v7.ui -
-
Uses of SortOrder in com.vaadin.v7.data.sort
Methods in com.vaadin.v7.data.sort that return types with arguments of type SortOrder Modifier and Type Method Description List<SortOrder>Sort. build()Deprecated.Build a sort order list, ready to be passed to Grid. -
Uses of SortOrder in com.vaadin.v7.data.util
Methods in com.vaadin.v7.data.util that return SortOrder Modifier and Type Method Description SortOrder[]PropertyValueGenerator. getSortProperties(SortOrder order)Deprecated.Translates sorting of the generated property in a specific direction to a set of property ids and directions in the underlying container.Methods in com.vaadin.v7.data.util with parameters of type SortOrder Modifier and Type Method Description SortOrder[]PropertyValueGenerator. getSortProperties(SortOrder order)Deprecated.Translates sorting of the generated property in a specific direction to a set of property ids and directions in the underlying container. -
Uses of SortOrder in com.vaadin.v7.event
Methods in com.vaadin.v7.event that return types with arguments of type SortOrder Modifier and Type Method Description List<SortOrder>SortEvent. getSortOrder()Deprecated.Gets the sort order list.Constructor parameters in com.vaadin.v7.event with type arguments of type SortOrder Constructor Description SortEvent(Component source, List<SortOrder> sortOrder, boolean userOriginated)Deprecated.Creates a new sort order change event with a sort order list. -
Uses of SortOrder in com.vaadin.v7.ui
Methods in com.vaadin.v7.ui that return types with arguments of type SortOrder Modifier and Type Method Description List<SortOrder>Grid. getSortOrder()Deprecated.Get the current sort order list.Method parameters in com.vaadin.v7.ui with type arguments of type SortOrder Modifier and Type Method Description voidGrid. setSortOrder(List<SortOrder> order)Deprecated.Sets the sort order to use.
-