org.jminor.framework.client.model
Interface PropertyFilterModelProvider

All Known Implementing Classes:
DefaultPropertyFilterModelProvider

public interface PropertyFilterModelProvider

Specifies an object responsible for providing property filter models


Method Summary
 ColumnSearchModel<Property> initializePropertyFilterModel(Property property)
          Initializes a PropertyFilterModel for the given property
 

Method Detail

initializePropertyFilterModel

ColumnSearchModel<Property> initializePropertyFilterModel(Property property)
Initializes a PropertyFilterModel for the given property

Parameters:
property - the Property for which to initialize a PropertyFilterModel
Returns:
a PropertyFilterModel for the given property