Uses of Interface
com.vaadin.v7.data.util.ItemSorter
-
Packages that use ItemSorter Package Description com.vaadin.v7.data.util -
-
Uses of ItemSorter in com.vaadin.v7.data.util
Classes in com.vaadin.v7.data.util that implement ItemSorter Modifier and Type Class Description classDefaultItemSorterDeprecated.As of 8.0, sorting is integrated intoDataProviderandQuery.getSortOrders().Methods in com.vaadin.v7.data.util that return ItemSorter Modifier and Type Method Description ItemSorterAbstractBeanContainer. getItemSorter()Deprecated.protected ItemSorterAbstractInMemoryContainer. getItemSorter()Deprecated.Returns the ItemSorter used for comparing items in a sort.ItemSorterIndexedContainer. getItemSorter()Deprecated.Methods in com.vaadin.v7.data.util with parameters of type ItemSorter Modifier and Type Method Description voidAbstractBeanContainer. setItemSorter(ItemSorter itemSorter)Deprecated.protected voidAbstractInMemoryContainer. setItemSorter(ItemSorter itemSorter)Deprecated.Sets the ItemSorter used for comparing items in a sort.voidIndexedContainer. setItemSorter(ItemSorter itemSorter)Deprecated.
-