Uses of Class
com.vaadin.data.util.filter.UnsupportedFilterException

Packages that use UnsupportedFilterException
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   
 

Uses of UnsupportedFilterException in com.vaadin.data
 

Methods in com.vaadin.data that throw UnsupportedFilterException
 void Container.Filterable.addContainerFilter(Container.Filter filter)
          Adds a filter for the container.
 

Uses of UnsupportedFilterException in com.vaadin.data.util
 

Methods in com.vaadin.data.util that throw UnsupportedFilterException
 void AbstractBeanContainer.addContainerFilter(Container.Filter filter)
           
 void IndexedContainer.addContainerFilter(Container.Filter filter)
           
protected  void AbstractInMemoryContainer.addFilter(Container.Filter filter)
          Adds a container filter and re-filter the view.
 

Uses of UnsupportedFilterException in com.vaadin.data.util.filter
 

Methods in com.vaadin.data.util.filter that throw UnsupportedFilterException
 boolean Or.passesFilter(Object itemId, Item item)
           
 boolean And.passesFilter(Object itemId, Item item)
           
 

Uses of UnsupportedFilterException in com.vaadin.data.util.sqlcontainer
 

Methods in com.vaadin.data.util.sqlcontainer that throw UnsupportedFilterException
 void SQLContainer.addContainerFilter(Container.Filter filter)
          Adds a filter for the container.
 



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