- 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>
-
Property Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voiddoUpdateItem(I pItem, boolean pEmpty) default StringgetDisplayText(I pItem) default booleanGets the value of the property lineWrap.default javafx.scene.text.TextFlowdefault javafx.beans.property.BooleanPropertydefault voidupdateCellText(String pText) default voiddefault void
-
Property Details
-
lineWrap
default javafx.beans.property.BooleanProperty lineWrapProperty- See Also:
-
-
Method Details
-
getTextWrapCellSupport
AbstractTextWrapCellSupport<?,?, getTextWrapCellSupport()I> -
lineWrapProperty
default javafx.beans.property.BooleanProperty lineWrapProperty()- See Also:
-
getLineWrap
default boolean getLineWrap()Gets the value of the property lineWrap.- Property description:
-
updateItem
default void updateItem() -
doUpdateItem
-
getTextFlow
default javafx.scene.text.TextFlow getTextFlow() -
getDisplayText
-
updateRowHeightIfNeeded
default void updateRowHeightIfNeeded() -
updateCellText
-
adjustPrefHeight
default void adjustPrefHeight()
-