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 thecellFactoryproperty.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 thecellFactoryproperty. -
Uses of GridTableView in com.dlsc.gemsfx.paging
Methods in com.dlsc.gemsfx.paging that return GridTableViewModifier and TypeMethodDescriptionfinal GridTableView<T> PagingGridTableView.getGridTableView()Returns the wrapped table view. -
Uses of GridTableView in com.dlsc.gemsfx.skins
Subclasses with type arguments of type GridTableView in com.dlsc.gemsfx.skinsConstructors in com.dlsc.gemsfx.skins with parameters of type GridTableView