Class AbstractCellFilter
- java.lang.Object
-
- de.gematik.combine.filter.table.cell.AbstractCellFilter
-
- All Implemented Interfaces:
CellFilter,SoftFilter,Predicate<TableCell>
- Direct Known Subclasses:
JexlCellFilter,VersionFilter
public abstract class AbstractCellFilter extends Object implements CellFilter
This class extends all classes that should beCellFilterwith property soft, so theCellFilterinterface can stay functional interface. All Filters should extend this class and not implementCellFilter
-
-
Constructor Summary
Constructors Constructor Description AbstractCellFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSoft()SoftFiltersetSoft(boolean soft)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.gematik.combine.filter.table.cell.CellFilter
and
-
-
-
-
Method Detail
-
isSoft
public boolean isSoft()
- Specified by:
isSoftin interfaceSoftFilter
-
setSoft
public SoftFilter setSoft(boolean soft)
- Specified by:
setSoftin interfaceSoftFilter
-
-