Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class AbstractCellFindSupport<T extends javafx.scene.control.Control,I>
java.lang.Object
com.iamsoft.util.ui.javafx.table.AbstractCellFindSupport<T,I>
- Type Parameters:
T
- Table type.I
- Cell item type
public abstract class AbstractCellFindSupport<T extends javafx.scene.control.Control,I>
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionAbstractCellFindSupport
(TableFindSupportBase<T, ?> pTableFindSupport, javafx.scene.control.IndexedCell<I> pCell, boolean pLineWrap) -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
doUpdateItem
(I pItem, boolean pEmpty) getDisplayText
(I pItem) protected abstract double
protected abstract javafx.scene.control.IndexedCell<?>
protected abstract T
protected boolean
-
Constructor Details
-
AbstractCellFindSupport
public AbstractCellFindSupport(TableFindSupportBase<T, ?> pTableFindSupport, javafx.scene.control.IndexedCell<I> pCell, boolean pLineWrap)
-
-
Method Details
-
getTableView
-
getTableRow
protected abstract javafx.scene.control.IndexedCell<?> getTableRow() -
getFixedCellSize
protected abstract double getFixedCellSize() -
containsFoundText
public boolean containsFoundText() -
rowContainsFoundText
protected boolean rowContainsFoundText() -
doUpdateItem
-
getDisplayText
-
getToDisplayTextMapper
-