Uses of Interface
com.vaadin.addon.jpacontainer.AdvancedFilterable

Packages that use AdvancedFilterable
com.vaadin.addon.jpacontainer   
com.vaadin.addon.jpacontainer.filter.util   
 

Uses of AdvancedFilterable in com.vaadin.addon.jpacontainer
 

Classes in com.vaadin.addon.jpacontainer with type parameters of type AdvancedFilterable
static class AdvancedFilterable.FiltersAppliedEvent<C extends Container & AdvancedFilterable>
          This event indicates that the filters of a AdvancedFilterable have been applied.
 

Subinterfaces of AdvancedFilterable in com.vaadin.addon.jpacontainer
 interface EntityContainer<T>
          A Container for EntityItems.
 interface HierarchicalEntityContainer<T>
          This is a preliminary interface for adding hierarchical support to JPAContainer.
 

Classes in com.vaadin.addon.jpacontainer that implement AdvancedFilterable
 class JPAContainer<T>
          This is the main container class of JPAContainer (and the default implementation of EntityContainer).
 

Uses of AdvancedFilterable in com.vaadin.addon.jpacontainer.filter.util
 

Classes in com.vaadin.addon.jpacontainer.filter.util that implement AdvancedFilterable
 class AdvancedFilterableSupport
          Helper class that implements the filtering methods defined in AdvancedFilterable and can be either extended or used as a delegate.
 



Copyright © 2013 Vaadin Ltd. All rights reserved.