T
- Table type.I
- Cell item typepublic abstract class AbstractCellFindSupport<T extends javafx.scene.control.Control,I> extends Object
Constructor and Description |
---|
AbstractCellFindSupport(TableFindSupportBase<T,?> pTableFindSupport,
javafx.scene.control.IndexedCell<I> pCell,
boolean pLineWrap) |
Modifier and Type | Method and Description |
---|---|
boolean |
containsFoundText() |
void |
doUpdateItem(I pItem,
boolean pEmpty) |
protected abstract double |
getFixedCellSize() |
protected abstract javafx.scene.control.IndexedCell<?> |
getTableRow() |
protected abstract T |
getTableView() |
protected boolean |
rowContainsFoundText() |
public AbstractCellFindSupport(TableFindSupportBase<T,?> pTableFindSupport, javafx.scene.control.IndexedCell<I> pCell, boolean pLineWrap)
protected abstract T getTableView()
protected abstract javafx.scene.control.IndexedCell<?> getTableRow()
protected abstract double getFixedCellSize()
public boolean containsFoundText()
protected boolean rowContainsFoundText()
public void doUpdateItem(I pItem, boolean pEmpty)
Copyright © 2023. All rights reserved.