Uses of Interface
com.vaadin.data.util.ItemSorter
-
Packages that use ItemSorter Package Description com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. -
-
Uses of ItemSorter in com.vaadin.data.util
Classes in com.vaadin.data.util that implement ItemSorter Modifier and Type Class Description classDefaultItemSorterProvides a default implementation of an ItemSorter.Methods in com.vaadin.data.util that return ItemSorter Modifier and Type Method Description ItemSorterAbstractBeanContainer. getItemSorter()protected ItemSorterAbstractInMemoryContainer. getItemSorter()Returns the ItemSorter used for comparing items in a sort.ItemSorterIndexedContainer. getItemSorter()Methods in com.vaadin.data.util with parameters of type ItemSorter Modifier and Type Method Description voidAbstractBeanContainer. setItemSorter(ItemSorter itemSorter)protected voidAbstractInMemoryContainer. setItemSorter(ItemSorter itemSorter)Sets the ItemSorter used for comparing items in a sort.voidIndexedContainer. setItemSorter(ItemSorter itemSorter)
-