Uses of Package
com.vaadin.data.util.filter

Packages that use com.vaadin.data.util.filter
com.vaadin.data Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data. 
com.vaadin.data.util Provides implementations of Property, Item and Container interfaces, and utilities for the data layer. 
com.vaadin.data.util.filter   
com.vaadin.data.util.sqlcontainer   
 

Classes in com.vaadin.data.util.filter used by com.vaadin.data
UnsupportedFilterException
          Exception for cases where a container does not support a specific type of filters.
 

Classes in com.vaadin.data.util.filter used by com.vaadin.data.util
UnsupportedFilterException
          Exception for cases where a container does not support a specific type of filters.
 

Classes in com.vaadin.data.util.filter used by com.vaadin.data.util.filter
AbstractJunctionFilter
          Abstract base class for filters that are composed of multiple sub-filters.
Compare
          Simple container filter comparing an item property value against a given constant value.
Compare.Operation
           
UnsupportedFilterException
          Exception for cases where a container does not support a specific type of filters.
 

Classes in com.vaadin.data.util.filter used by com.vaadin.data.util.sqlcontainer
UnsupportedFilterException
          Exception for cases where a container does not support a specific type of filters.
 



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