Package generalDatabase.dataExport
Class LookupFilter
java.lang.Object
generalDatabase.dataExport.DataFilter
generalDatabase.dataExport.LookupFilter
-
Constructor Summary
ConstructorDescriptionLookupFilter
(DataFilterChangeListener dataFilterChangeListener, LookupList lookupList, PamTableItem tableItem) -
Method Summary
Modifier and TypeMethodDescriptionboolean
filterSelectAction
(MouseEvent event) Display some kind of action which will enable users to set the filter - be it a drop down menu, a dialog, etc.Get the column name associated with this filter.getFilterClause
(SQLTypes sqlTypes) Get a filter clause which can be incorporated into an SQL stringMethods inherited from class generalDatabase.dataExport.DataFilter
filterChanged
-
Constructor Details
-
LookupFilter
public LookupFilter(DataFilterChangeListener dataFilterChangeListener, LookupList lookupList, PamTableItem tableItem) - Parameters:
lookupList
-
-
-
Method Details
-
filterSelectAction
Description copied from class:DataFilter
Display some kind of action which will enable users to set the filter - be it a drop down menu, a dialog, etc.- Specified by:
filterSelectAction
in classDataFilter
- Returns:
- true if filter settings are changed.
-
getFilterClause
Description copied from class:DataFilter
Get a filter clause which can be incorporated into an SQL string- Specified by:
getFilterClause
in classDataFilter
- Returns:
- SQL clause (without the WHERE).
-
getColumnName
Description copied from class:DataFilter
Get the column name associated with this filter.- Specified by:
getColumnName
in classDataFilter
- Returns:
- the column name associated with this filter.
-