-
- 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.TextFieldCell
,TextWrapTableCell
,TextWrapTreeTableCell
,TreeTableViewFindSupport.Cell
public interface TextWrapCell<I>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
adjustPrefHeight()
default void
doUpdateItem(I pItem, boolean pEmpty)
default String
getDisplayText(I pItem)
default boolean
getLineWrap()
default javafx.scene.text.TextFlow
getTextFlow()
AbstractTextWrapCellSupport<?,?,I>
getTextWrapCellSupport()
default javafx.beans.property.BooleanProperty
lineWrapProperty()
default void
updateCellText(String pText)
default void
updateItem()
default void
updateRowHeightIfNeeded()
-
-
-
Method Detail
-
getTextWrapCellSupport
AbstractTextWrapCellSupport<?,?,I> getTextWrapCellSupport()
-
lineWrapProperty
default javafx.beans.property.BooleanProperty lineWrapProperty()
-
getLineWrap
default boolean getLineWrap()
-
updateItem
default void updateItem()
-
doUpdateItem
default void doUpdateItem(I pItem, boolean pEmpty)
-
getTextFlow
default javafx.scene.text.TextFlow getTextFlow()
-
updateRowHeightIfNeeded
default void updateRowHeightIfNeeded()
-
updateCellText
default void updateCellText(String pText)
-
adjustPrefHeight
default void adjustPrefHeight()
-
-