Uses of Class
org.jminor.common.ui.ColumnSearchPanel

Packages that use ColumnSearchPanel
org.jminor.common.ui   
org.jminor.framework.client.ui   
 

Uses of ColumnSearchPanel in org.jminor.common.ui
 

Methods in org.jminor.common.ui that return types with arguments of type ColumnSearchPanel
 List<ColumnSearchPanel<C>> FilteredTablePanel.getColumnFilterPanels()
           
 

Constructor parameters in org.jminor.common.ui with type arguments of type ColumnSearchPanel
FilteredTablePanel(FilteredTableModel<T,C> tableModel, List<ColumnSearchPanel<C>> columnFilterPanels)
          Instantiates a new FilteredTablePanel.
 

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

Subclasses of ColumnSearchPanel in org.jminor.framework.client.ui
 class ForeignKeySearchPanel
          A column search panel based on foreign key properties.
 class PropertyFilterPanel
          A column search panel based on properties.
 class PropertySearchPanel
          A column search panel based on the the Property class.
 

Methods in org.jminor.framework.client.ui that return ColumnSearchPanel
 ColumnSearchPanel EntityTableSearchAdvancedPanel.getSearchPanel(String propertyID)