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 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
 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)
           
 



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