Package de.mguennewig.pobjsearch

This package contains the PObjSearch framework that is based on the PObjForm library.

See:
          Description

Interface Summary
PClassSearchForm PObject glue class for SearchForm.
PClassSearchForm.Column  
PClassSearchForm.Condition  
PClassSearchForm.Restrict  
PClassSearchForm.Sort  
SearchFilter Interface for all search filters.
SearchForm PObject interface class for SearchForm.
SearchPanel A search panel with a search form, page list, result table and pager.
 

Class Summary
AbstractSearchFilter Abstract implementation for a search filter.
DefaultSearchColumn A search column implementation that uses the persistent object columns directly.
Globals  
HtmlSearchForm PObject interface class for SearchForm.
HtmlSearchPanel HTML based search panel.
PClassHtmlSearchForm PObject glue class for SearchForm.
PClassHtmlSearchForm.HtmlColumn  
PClassHtmlSearchForm.HtmlCondition  
PClassHtmlSearchForm.HtmlRestrict  
PClassHtmlSearchForm.HtmlSort  
PClassSwingSearchForm PObject glue class for SearchForm.
PClassSwingSearchForm.SwingColumn  
PClassSwingSearchForm.SwingCondition  
PClassSwingSearchForm.SwingRestrict  
PClassSwingSearchForm.SwingSort  
PObjCellEditor A table cell editor for search tables.
RedirectFilter A filter that searches within one table and then "redirects" onto another.
SearchColumn Abstract base class for search result columns.
SearchFactory Factory methods for the PObject search framework.
SearchModel The static model that specifies the columns and filters of a search.
SearchTableCellRenderer A simple table cell renderer that uses a search model to convert the value into its textual representation.
SearchTableModel A table model for the results of a search using the PObjects library.
StaticSearchFilter A search filter that ignores any user input.
SwingSearchForm PObject interface class for SearchForm.
SwingSearchPanel Swing based search panel.
ToggleColumnAction Action to toggle the visibility of a table column.
 

Package de.mguennewig.pobjsearch Description

This package contains the PObjSearch framework that is based on the PObjForm library.