Uses of Class
com.vaadin.data.sort.SortOrder
-
Packages that use SortOrder Package Description com.vaadin.data.sort com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer.com.vaadin.event com.vaadin.ui -
-
Uses of SortOrder in com.vaadin.data.sort
Methods in com.vaadin.data.sort that return types with arguments of type SortOrder Modifier and Type Method Description List<SortOrder>Sort. build()Build a sort order list, ready to be passed to Grid -
Uses of SortOrder in com.vaadin.data.util
Methods in com.vaadin.data.util that return SortOrder Modifier and Type Method Description SortOrder[]PropertyValueGenerator. getSortProperties(SortOrder order)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.data.util with parameters of type SortOrder Modifier and Type Method Description SortOrder[]PropertyValueGenerator. getSortProperties(SortOrder order)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.event
Methods in com.vaadin.event that return types with arguments of type SortOrder Modifier and Type Method Description List<SortOrder>SortEvent. getSortOrder()Gets the sort order list.Constructor parameters in com.vaadin.event with type arguments of type SortOrder Constructor Description SortEvent(Component source, List<SortOrder> sortOrder, boolean userOriginated)Creates a new sort order change event with a sort order list. -
Uses of SortOrder in com.vaadin.ui
Methods in com.vaadin.ui that return types with arguments of type SortOrder Modifier and Type Method Description List<SortOrder>Grid. getSortOrder()Get the current sort order list.Method parameters in com.vaadin.ui with type arguments of type SortOrder Modifier and Type Method Description voidGrid. setSortOrder(List<SortOrder> order)Sets the sort order to use.
-