Interface TableViewFindSupport.SearchableCell<I>

    • Method Detail

      • 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