Uses of Interface
org.beanfabrics.model.PresentationModelFilter

Packages that use PresentationModelFilter
org.beanfabrics.support   
org.beanfabrics.util   
 

Uses of PresentationModelFilter in org.beanfabrics.support
 

Methods in org.beanfabrics.support with parameters of type PresentationModelFilter
 void PropertySupport.accept(PresentationModelFilter filter, PresentationModelVisitor visitor)
           
 java.lang.Iterable<PresentationModel> PropertySupport.filterProperties(PresentationModelFilter filter)
           
 java.util.Collection<PresentationModel> PropertySupport.getProperties(PresentationModelFilter filter)
           
 

Uses of PresentationModelFilter in org.beanfabrics.util
 

Constructors in org.beanfabrics.util with parameters of type PresentationModelFilter
FilteredModels(java.lang.Iterable<PresentationModel> iterable, PresentationModelFilter filter)
           
FilteredModelsIterator(java.util.Iterator<PresentationModel> iterator, PresentationModelFilter filter)
           
 



© 2010 by Michael Karneim, http://www.beanfabrics.org