- 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 Summary
Properties -
Method Summary
Modifier and TypeMethodDescriptiondefault void
default void
doUpdateItem
(I pItem, boolean pEmpty) default String
getDisplayText
(I pItem) default boolean
Gets the value of thelineWrap
property.default javafx.scene.text.TextFlow
default javafx.beans.property.BooleanProperty
default void
setLineWrap
(boolean pLineWrap) Sets the value of thelineWrap
property.default void
updateCellText
(String pText) default void
default 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()- Returns:
- the
lineWrap
property - See Also:
-
getLineWrap
default boolean getLineWrap()Gets the value of thelineWrap
property.- Property description:
- Returns:
- the value of the
lineWrap
property - See Also:
-
setLineWrap
default void setLineWrap(boolean pLineWrap) Sets the value of thelineWrap
property.- Property description:
- Parameters:
pLineWrap
- the value for thelineWrap
property- See Also:
-
updateItem
default void updateItem() -
doUpdateItem
-
getTextFlow
default javafx.scene.text.TextFlow getTextFlow() -
getDisplayText
-
updateRowHeightIfNeeded
default void updateRowHeightIfNeeded() -
updateCellText
-
adjustPrefHeight
default void adjustPrefHeight()
-