Uses of Package
com.vaadin.data.util

Packages that use com.vaadin.data.util
com.vaadin.data.fieldgroup   
com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. 
 

Classes in com.vaadin.data.util used by com.vaadin.data.fieldgroup
BeanItem
          A wrapper class for adding the Item interface to any Java Bean.
 

Classes in com.vaadin.data.util used by com.vaadin.data.util
AbstractBeanContainer
          An abstract base class for in-memory containers for JavaBeans.
AbstractBeanContainer.BeanIdResolver
          Resolver that maps beans to their (item) identifiers, removing the need to explicitly specify item identifiers when there is no need to customize this.
AbstractContainer
          Abstract container class that manages event listeners and sending events to them (PropertySetChangeNotifier, ItemSetChangeNotifier).
AbstractContainer.BaseItemSetChangeEvent
          An event object specifying the container whose Item set has changed.
AbstractInMemoryContainer
          Abstract Container class that handles common functionality for in-memory containers.
AbstractProperty
          Abstract base class for Property implementations.
BeanItem
          A wrapper class for adding the Item interface to any Java Bean.
ContainerOrderedWrapper
           A wrapper class for adding external ordering to containers not implementing the Container.Ordered interface.
IndexedContainer
          An implementation of the Container.Indexed interface with all important features.
ItemSorter
          An item comparator which is compatible with the Container.Sortable interface.
MethodProperty
           Proxy class for creating Properties from pairs of getter and setter methods of a Bean property.
PropertysetItem
          Class for handling a set of identified Properties.
VaadinPropertyDescriptor
          Property descriptor that can create a property instance for a bean.
 



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