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
protected  ItemSorter AbstractInMemoryContainer.getItemSorter()
          Returns the ItemSorter used for comparing items in a sort.
 ItemSorter AbstractBeanContainer.getItemSorter()
           
 ItemSorter IndexedContainer.getItemSorter()
           
 

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



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