net.coderazzi.filters
Class UserFilter
java.lang.Object
javax.swing.RowFilter
net.coderazzi.filters.BaseFilter
net.coderazzi.filters.UserFilter
- All Implemented Interfaces:
- IFilter
public abstract class UserFilter
- extends BaseFilter
Commodity class to implement a custom user filter.
- Author:
- Luis M Pena - lu@coderazzi.net
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.coderazzi.filters.IFilter |
include |
UserFilter
public UserFilter(TableFilterHeader filterHeader)
- A UserFilter is expected to be associated to a
TableFilter
UserFilter
public UserFilter(TableFilter filter)
- A UserFilter is expected to be associated to a
TableFilter
setTableFilter
public void setTableFilter(TableFilter filter)
- Sets the associated filter, enabling automatically this user filter
setTableFilter
public void setTableFilter(TableFilterHeader filterHeader)
- Sets the associated filter, enabling automatically this user filter
setEnabled
public void setEnabled(boolean enable)
- Enables/disables the current filter