Uses of Interface
com.vaadin.data.util.ItemSorter

Packages that use ItemSorter
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
 class DefaultItemSorter
          Provides a default implementation of an ItemSorter.
 

Methods in com.vaadin.data.util that return ItemSorter
 ItemSorter IndexedContainer.getItemSorter()
           
 ItemSorter AbstractBeanContainer.getItemSorter()
           
protected  ItemSorter AbstractInMemoryContainer.getItemSorter()
          Returns the ItemSorter used for comparing items in a sort.
 

Methods in com.vaadin.data.util with parameters of type ItemSorter
 void IndexedContainer.setItemSorter(ItemSorter itemSorter)
           
 void AbstractBeanContainer.setItemSorter(ItemSorter itemSorter)
           
protected  void AbstractInMemoryContainer.setItemSorter(ItemSorter itemSorter)
          Sets the ItemSorter used for comparing items in a sort.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.