|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchColumn | |
|---|---|
| de.mguennewig.pobjsearch | This package contains the PObjSearch framework that is based on the PObjForm library. |
| Uses of SearchColumn in de.mguennewig.pobjsearch |
|---|
| Subclasses of SearchColumn in de.mguennewig.pobjsearch | |
|---|---|
class |
DefaultSearchColumn
A search column implementation that uses the persistent object columns directly. |
| Fields in de.mguennewig.pobjsearch declared as SearchColumn | |
|---|---|
static SearchColumn[] |
SearchModel.NO_COLUMNS
|
| Methods in de.mguennewig.pobjsearch that return SearchColumn | |
|---|---|
static SearchColumn[] |
SearchFactory.createColumns(TableExpr te,
boolean includeId,
java.lang.String... excludeColumns)
Creates a set of SearchColumns based on the meta-data of the
given table usable for a new SearchModel. |
SearchColumn |
SearchTableModel.getColumn(int columnIndex)
|
SearchColumn |
SearchModel.getColumn(int n)
|
SearchColumn |
SearchModel.getColumn(java.lang.String id)
|
SearchColumn[] |
SearchModel.getDefaultSortColumns()
|
| Methods in de.mguennewig.pobjsearch with parameters of type SearchColumn | |
|---|---|
int |
SearchModel.getColumnIndex(SearchColumn column)
|
void |
SearchModel.setDefaultSortColumn(SearchColumn defaultSortColumn)
|
void |
SearchModel.setDefaultSortColumns(SearchColumn[] defaultSortColumns)
|
| Constructors in de.mguennewig.pobjsearch with parameters of type SearchColumn | |
|---|---|
SearchModel(TableExpr[] tables,
Condition[] conditions,
SearchColumn[] columns)
Creates a new instance of SearchModel |
|
SearchModel(TableExpr[] tables,
Condition[] conditions,
SearchColumn[] columns,
SearchFilter[] additionalFilters)
Creates a new instance of SearchModel |
|
SearchModel(TableExpr table,
SearchColumn[] columns)
Creates a new instance of SearchModel |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||