Class AbstractCellFindSupport<T extends javafx.scene.control.Control,​I>

  • Type Parameters:
    T - Table type.
    I - Cell item type

    public abstract class AbstractCellFindSupport<T extends javafx.scene.control.Control,​I>
    extends Object
    • Constructor Detail

      • AbstractCellFindSupport

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

      • 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()