Interface TextWrapCell<I>

Type Parameters:
I - The type of the item contained within the Cell.
All Known Subinterfaces:
TableViewFindSupport.SearchableCell<I>
All Known Implementing Classes:
FindLazyTableCell, TableViewFindSupport.AbstractSearchableCell, TableViewFindSupport.Cell, TableViewFindSupport.ComboBoxCell, TableViewFindSupport.LazyCell, TableViewFindSupport.TextFieldCell, TextWrapTableCell, TextWrapTreeTableCell, TreeTableViewFindSupport.Cell, TreeTableViewFindSupport.LazyTreeCell

public interface TextWrapCell<I>
  • Property Details

  • Method Details

    • getTextWrapCellSupport

      AbstractTextWrapCellSupport<?,?,I> getTextWrapCellSupport()
    • lineWrapProperty

      default javafx.beans.property.BooleanProperty lineWrapProperty()
      Returns:
      the lineWrap property
      See Also:
    • getLineWrap

      default boolean getLineWrap()
      Gets the value of the lineWrap property.
      Property description:
      Returns:
      the value of the lineWrap property
      See Also:
    • setLineWrap

      default void setLineWrap(boolean pLineWrap)
      Sets the value of the lineWrap property.
      Property description:
      Parameters:
      pLineWrap - the value for the lineWrap property
      See Also:
    • updateItem

      default void updateItem()
    • doUpdateItem

      default void doUpdateItem(I pItem, boolean pEmpty)
    • getTextFlow

      default javafx.scene.text.TextFlow getTextFlow()
    • getDisplayText

      default String getDisplayText(I pItem)
    • updateRowHeightIfNeeded

      default void updateRowHeightIfNeeded()
    • updateCellText

      default void updateCellText(String pText)
    • adjustPrefHeight

      default void adjustPrefHeight()