Uses of Class
io.github.sosuisen.jfxbuilder.controls.TableColumnCellDataFeaturesBuilder
Packages that use TableColumnCellDataFeaturesBuilder
-
Uses of TableColumnCellDataFeaturesBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return TableColumnCellDataFeaturesBuilderModifier and TypeMethodDescriptionTableColumnCellDataFeaturesBuilder.apply
(Consumer<TableColumn.CellDataFeatures<S, T>> func) Applies a function to the CellDataFeatures instance being constructed.static <S,
T> TableColumnCellDataFeaturesBuilder <S, T> TableColumnCellDataFeaturesBuilder.create
(TableView<S> tableView, TableColumn<S, T> tableColumn, S value) Accepts the constructor arguments ofCellDataFeatures(TableView, TableColumn, S)
and returns an instance ofTableColumnCellDataFeaturesBuilder<S, T>
.