Uses of Class
com.iamsoft.util.ui.javafx.table.TableViewFindSupport
Packages that use TableViewFindSupport
-
Uses of TableViewFindSupport in com.iamsoft.util.ui.javafx.table
Subclasses of TableViewFindSupport in com.iamsoft.util.ui.javafx.tableMethods in com.iamsoft.util.ui.javafx.table that return TableViewFindSupportMethods in com.iamsoft.util.ui.javafx.table with parameters of type TableViewFindSupportModifier and TypeMethodDescriptionstatic <T> AbstractCellFindSupport<javafx.scene.control.TableView<?>,
T> TableViewFindSupport.createCellFindSupport
(TableViewFindSupport pFindSupport, javafx.scene.control.TableCell<?, T> pCell, boolean pLineWrap) Constructors in com.iamsoft.util.ui.javafx.table with parameters of type TableViewFindSupportModifierConstructorDescriptionCell
(TableViewFindSupport pFindSupport) Cell
(TableViewFindSupport pFindSupport, boolean pLineWrap) ComboBoxCell
(javafx.scene.control.cell.ComboBoxTableCell<S, T> pDelegateCell, TableViewFindSupport pFindSupport) ComboBoxCell
(javafx.scene.control.cell.ComboBoxTableCell<S, T> pDelegateCell, TableViewFindSupport pFindSupport, boolean pLineWrap) FindLazyTableCell
(SimpleLazyObservableList<S> pItems, TableViewFindSupport pFindSupport) FindLazyTableCell
(SimpleLazyObservableList<S> pItems, Function<T, String> pToStringMapper, TableViewFindSupport pFindSupport) TextFieldCell
(javafx.scene.control.cell.TextFieldTableCell<S, T> pDelegateCell, TableViewFindSupport pFindSupport) TextFieldCell
(javafx.scene.control.cell.TextFieldTableCell<S, T> pDelegateCell, TableViewFindSupport pFindSupport, boolean pLineWrap)