Uses of Interface
com.vaadin.data.util.ItemSorter
-
Packages that use ItemSorter Package Description com.vaadin.data.util -
-
Uses of ItemSorter in com.vaadin.data.util
Classes in com.vaadin.data.util that implement ItemSorter Modifier and Type Class Description class
DefaultItemSorter
Provides a default implementation of an ItemSorter.Methods in com.vaadin.data.util that return ItemSorter Modifier and Type Method Description ItemSorter
AbstractBeanContainer. getItemSorter()
protected ItemSorter
AbstractInMemoryContainer. getItemSorter()
Returns the ItemSorter used for comparing items in a sort.ItemSorter
IndexedContainer. getItemSorter()
Methods in com.vaadin.data.util with parameters of type ItemSorter Modifier and Type Method Description void
AbstractBeanContainer. setItemSorter(ItemSorter itemSorter)
protected void
AbstractInMemoryContainer. setItemSorter(ItemSorter itemSorter)
Sets the ItemSorter used for comparing items in a sort.void
IndexedContainer. setItemSorter(ItemSorter itemSorter)
-