Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class TableViewFindSupport.AbstractSearchableCell<I>
java.lang.Object
com.iamsoft.util.ui.javafx.table.TableViewFindSupport.AbstractSearchableCell<I>
- All Implemented Interfaces:
TableViewFindSupport.SearchableCell<I>,TextWrapCell<I>,javafx.beans.InvalidationListener
- Enclosing class:
- TableViewFindSupport
public abstract static class TableViewFindSupport.AbstractSearchableCell<I>
extends Object
implements TableViewFindSupport.SearchableCell<I>
-
Property Summary
Properties inherited from interface com.iamsoft.util.ui.javafx.table.TableViewFindSupport.SearchableCell
heightProperties inherited from interface com.iamsoft.util.ui.javafx.table.TextWrapCell
lineWrap -
Constructor Summary
ConstructorsConstructorDescriptionAbstractSearchableCell(AbstractCellFindSupport<javafx.scene.control.TableView<?>, I> pCellFindSupport) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.iamsoft.util.ui.javafx.table.TableViewFindSupport.SearchableCell
doUpdateItem, heightProperty, invalidatedMethods inherited from interface com.iamsoft.util.ui.javafx.table.TextWrapCell
adjustPrefHeight, getDisplayText, getLineWrap, getTextFlow, getTextWrapCellSupport, lineWrapProperty, updateCellText, updateItem, updateRowHeightIfNeeded
-
Constructor Details
-
AbstractSearchableCell
public AbstractSearchableCell(AbstractCellFindSupport<javafx.scene.control.TableView<?>, I> pCellFindSupport)
-
-
Method Details
-
getCellFindSupport
- Specified by:
getCellFindSupportin interfaceTableViewFindSupport.SearchableCell<I>
-