Uses of Class
com.iamsoft.util.ui.javafx.table.LazyTableCellSupport
Packages that use LazyTableCellSupport
-
Uses of LazyTableCellSupport in com.iamsoft.util.ui.javafx.table
Subclasses of LazyTableCellSupport in com.iamsoft.util.ui.javafx.tableMethods in com.iamsoft.util.ui.javafx.table that return LazyTableCellSupportModifier and TypeMethodDescriptionTableViewFindSupport.LazyCell.createLazyCellSupport
(javafx.scene.control.TableCell<S, T> pCell) static <S,
T> LazyTableCellSupport <S, T> SimpleLazyTableCell.createLazyTableCellSupport
(javafx.scene.control.TableCell<S, T> pCell, SimpleLazyObservableList<S> pItems, Function<T, String> pToStringMapper) TableViewFindSupport.LazyCell.getLazyCellSupport()