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

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

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

Classes in org.jminor.framework.client.model that implement EntityTableSearchModel
 class DefaultEntityTableSearchModel
          A default EntityTableSearchModel implementation
 

Methods in org.jminor.framework.client.model that return EntityTableSearchModel
 EntityTableSearchModel EntityTableModel.getSearchModel()
           
 EntityTableSearchModel DefaultEntityTableModel.getSearchModel()
          
 EntityTableSearchModel EntityTableSearchModel.setAdditionalSearchCriteria(Criteria<Property.ColumnProperty> criteria)
          Sets the additional search criteria, one not based on any individual property criteria
 EntityTableSearchModel DefaultEntityTableSearchModel.setAdditionalSearchCriteria(Criteria<Property.ColumnProperty> criteria)
          Sets the additional search criteria, one not based on any individual property criteria
 

Constructors in org.jminor.framework.client.model with parameters of type EntityTableSearchModel
DefaultEntityTableModel(String entityID, EntityConnectionProvider connectionProvider, EntityTableSearchModel searchModel)
          Instantiates a new DefaultEntityTableModel.
 

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

Methods in org.jminor.framework.client.ui that return EntityTableSearchModel
 EntityTableSearchModel EntityTableSearchSimplePanel.getSearchModel()
          
 EntityTableSearchModel EntityTableSearchPanel.getSearchModel()
           
 EntityTableSearchModel EntityTableSearchAdvancedPanel.getSearchModel()
          
 

Constructors in org.jminor.framework.client.ui with parameters of type EntityTableSearchModel
EntityTableSearchAdvancedPanel(EntityTableSearchModel searchModel, TableColumnModel columnModel)
          Instantiates a new EntityTableSearchAdvancedPanel
EntityTableSearchAdvancedPanel(EntityTableSearchModel searchModel, TableColumnModel columnModel, int verticalFillerWidth)
          Instantiates a new EntityTableSearchAdvancedPanel
EntityTableSearchSimplePanel(EntityTableSearchModel searchModel, Refreshable refreshable)
          Instantiates a new EntityTableSearchSimplePanel.