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 Details

    • AbstractCellFindSupport

      public AbstractCellFindSupport(TableFindSupportBase<T,?> pTableFindSupport, javafx.scene.control.IndexedCell<I> pCell, boolean pLineWrap)
  • Method Details

    • getTableView

      protected abstract T getTableView()
    • getTableRow

      protected abstract javafx.scene.control.IndexedCell<?> getTableRow()
    • getFixedCellSize

      protected abstract double getFixedCellSize()
    • containsFoundText

      public boolean containsFoundText()
    • rowContainsFoundText

      protected boolean rowContainsFoundText()
    • doUpdateItem

      public void doUpdateItem(I pItem, boolean pEmpty)
    • getDisplayText

      public String getDisplayText(I pItem)
    • getToDisplayTextMapper

      public Function<I,String> getToDisplayTextMapper()