Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Interface TableViewFindSupport.SearchableCell<I>
- All Superinterfaces:
javafx.beans.InvalidationListener,TextWrapCell<I>
- All Known Implementing Classes:
FindLazyTableCell,TableViewFindSupport.AbstractSearchableCell,TableViewFindSupport.Cell,TableViewFindSupport.ComboBoxCell,TableViewFindSupport.TextFieldCell
- Enclosing class:
- TableViewFindSupport
public static interface TableViewFindSupport.SearchableCell<I>
extends TextWrapCell<I>, javafx.beans.InvalidationListener
-
Property Summary
PropertiesProperties inherited from interface com.iamsoft.util.ui.javafx.table.TextWrapCell
lineWrap -
Method Summary
Modifier and TypeMethodDescriptiondefault voiddoUpdateItem(I pItem, boolean pEmpty) AbstractCellFindSupport<javafx.scene.control.TableView<?>,I> javafx.beans.property.ReadOnlyDoublePropertydefault voidinvalidated(javafx.beans.Observable pObservable) Used to compute and set appropriate value for thefixedCellSizeproperty of the correspondingTableView.Methods inherited from interface com.iamsoft.util.ui.javafx.table.TextWrapCell
adjustPrefHeight, getDisplayText, getLineWrap, getTextFlow, getTextWrapCellSupport, lineWrapProperty, updateCellText, updateItem, updateRowHeightIfNeeded
-
Property Details
-
height
javafx.beans.property.ReadOnlyDoubleProperty heightProperty
-
-
Method Details
-
getCellFindSupport
AbstractCellFindSupport<javafx.scene.control.TableView<?>,I> getCellFindSupport() -
heightProperty
javafx.beans.property.ReadOnlyDoubleProperty heightProperty() -
doUpdateItem
- Specified by:
doUpdateItemin interfaceTextWrapCell<I>
-
invalidated
default void invalidated(javafx.beans.Observable pObservable) Used to compute and set appropriate value for thefixedCellSizeproperty of the correspondingTableView.- Specified by:
invalidatedin interfacejavafx.beans.InvalidationListener
-