Uses of Interface
org.jminor.framework.client.model.PropertySearchModel

Packages that use PropertySearchModel
org.jminor.framework.client.model   
org.jminor.framework.client.ui   
 

Uses of PropertySearchModel in org.jminor.framework.client.model
 

Subinterfaces of PropertySearchModel in org.jminor.framework.client.model
 interface ForeignKeySearchModel
          A search model based on foreign key properties.
 

Classes in org.jminor.framework.client.model that implement PropertySearchModel
 class DefaultForeignKeySearchModel
          A default ForeignKeySearchModel implementation.
 class DefaultPropertySearchModel
          A class for searching a set of entities based on a property.
 

Methods in org.jminor.framework.client.model that return PropertySearchModel
 PropertySearchModel<? extends Property.SearchableProperty> EntityTableSearchModel.getPropertySearchModel(String propertyID)
           
 PropertySearchModel<? extends Property.SearchableProperty> DefaultEntityTableSearchModel.getPropertySearchModel(String propertyID)
          
 PropertySearchModel<? extends Property.SearchableProperty> PropertySearchModelProvider.initializePropertySearchModel(Property.SearchableProperty property, EntityConnectionProvider connectionProvider)
          Initializes a PropertySearchModel for the given property
 PropertySearchModel<? extends Property.SearchableProperty> DefaultPropertySearchModelProvider.initializePropertySearchModel(Property.SearchableProperty property, EntityConnectionProvider connectionProvider)
          Initializes a PropertySearchModel for the given property
 

Methods in org.jminor.framework.client.model that return types with arguments of type PropertySearchModel
 Collection<PropertySearchModel<? extends Property.SearchableProperty>> EntityTableSearchModel.getPropertySearchModels()
           
 Collection<PropertySearchModel<? extends Property.SearchableProperty>> DefaultEntityTableSearchModel.getPropertySearchModels()
          
 

Uses of PropertySearchModel in org.jminor.framework.client.ui
 

Constructors in org.jminor.framework.client.ui with parameters of type PropertySearchModel
PropertySearchPanel(PropertySearchModel<Property.ColumnProperty> model)
          Instantiates a new PropertySearchPanel.
PropertySearchPanel(PropertySearchModel<Property.ColumnProperty> model, boolean includeActivateBtn, boolean includeToggleAdvBtn)
          Instantiates a new PropertySearchPanel.