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>
-
-
Constructor Summary
Constructors Constructor Description AbstractSearchableCell(AbstractCellFindSupport<javafx.scene.control.TableView<?>,I> pCellFindSupport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractCellFindSupport<javafx.scene.control.TableView<?>,I>
getCellFindSupport()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.iamsoft.util.ui.javafx.table.TableViewFindSupport.SearchableCell
doUpdateItem, heightProperty, invalidated
-
Methods inherited from interface com.iamsoft.util.ui.javafx.table.TextWrapCell
adjustPrefHeight, getDisplayText, getLineWrap, getTextFlow, getTextWrapCellSupport, lineWrapProperty, updateCellText, updateItem, updateRowHeightIfNeeded
-
-
-
-
Constructor Detail
-
AbstractSearchableCell
public AbstractSearchableCell(AbstractCellFindSupport<javafx.scene.control.TableView<?>,I> pCellFindSupport)
-
-
Method Detail
-
getCellFindSupport
public AbstractCellFindSupport<javafx.scene.control.TableView<?>,I> getCellFindSupport()
- Specified by:
getCellFindSupport
in interfaceTableViewFindSupport.SearchableCell<I>
-
-