Uses of Class
com.dlsc.gemsfx.gridtable.GridTableView
Packages that use GridTableView
-
Uses of GridTableView in com.dlsc.gemsfx.gridtable
Methods in com.dlsc.gemsfx.gridtable that return types with arguments of type GridTableViewModifier and TypeMethodDescriptionfinal javafx.beans.property.ObjectProperty<javafx.util.Callback<GridTableView<S>,GridTableCell<S, T>>> GridTableColumn.cellFactoryProperty()final javafx.util.Callback<GridTableView<S>,GridTableCell<S, T>> GridTableColumn.getCellFactory()Gets the value of the property cellFactory.Methods in com.dlsc.gemsfx.gridtable with parameters of type GridTableViewModifier and TypeMethodDescriptionfinal GridTableCell<S,T> GridTableColumn.createCell(GridTableView<S> tableView, int index) Method parameters in com.dlsc.gemsfx.gridtable with type arguments of type GridTableViewModifier and TypeMethodDescriptionfinal voidGridTableColumn.setCellFactory(javafx.util.Callback<GridTableView<S>, GridTableCell<S, T>> cellFactory) Sets the value of the property cellFactory. -
Uses of GridTableView in com.dlsc.gemsfx.skins
Constructors in com.dlsc.gemsfx.skins with parameters of type GridTableView