Package generalDatabase.dataExport
Class LookupFilter
java.lang.Object
generalDatabase.dataExport.DataFilter
generalDatabase.dataExport.LookupFilter
-
Constructor Summary
ConstructorsConstructorDescriptionLookupFilter(DataFilterChangeListener dataFilterChangeListener, LookupList lookupList, PamTableItem tableItem) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilterSelectAction(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:DataFilterDisplay some kind of action which will enable users to set the filter - be it a drop down menu, a dialog, etc.- Specified by:
filterSelectActionin classDataFilter- Returns:
- true if filter settings are changed.
-
getFilterClause
Description copied from class:DataFilterGet a filter clause which can be incorporated into an SQL string- Specified by:
getFilterClausein classDataFilter- Returns:
- SQL clause (without the WHERE).
-
getColumnName
Description copied from class:DataFilterGet the column name associated with this filter.- Specified by:
getColumnNamein classDataFilter- Returns:
- the column name associated with this filter.
-