Interface TableViewFindSupport.SearchableCell<I>

All Superinterfaces:
javafx.beans.InvalidationListener, TextWrapCell<I>
All Known Implementing Classes:
FindLazyTableCell, TableViewFindSupport.AbstractSearchableCell, TableViewFindSupport.Cell, TableViewFindSupport.ComboBoxCell, TableViewFindSupport.TextFieldCell
Enclosing class:
TableViewFindSupport

public static interface TableViewFindSupport.SearchableCell<I> extends TextWrapCell<I>, javafx.beans.InvalidationListener
  • Property Details

    • height

      javafx.beans.property.ReadOnlyDoubleProperty heightProperty
  • Method Details

    • getCellFindSupport

      AbstractCellFindSupport<javafx.scene.control.TableView<?>,I> getCellFindSupport()
    • heightProperty

      javafx.beans.property.ReadOnlyDoubleProperty heightProperty()
    • doUpdateItem

      default void doUpdateItem(I pItem, boolean pEmpty)
      Specified by:
      doUpdateItem in interface TextWrapCell<I>
    • invalidated

      default void invalidated(javafx.beans.Observable pObservable)
      Used to compute and set appropriate value for the fixedCellSize property of the corresponding TableView.
      Specified by:
      invalidated in interface javafx.beans.InvalidationListener