Uses of Class
com.dlsc.gemsfx.gridtable.GridTableView
Packages that use GridTableView
Package
Description
Provides a lightweight grid-based table control and its supporting column and cell classes.
Provides paging controls and support classes for loading and displaying data page by page.
Provides the skin implementations for the GemsFX controls.
-
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()Stores the factory used to create cells for this column.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) Creates a new cell for the given table view and row 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 GridTableViewModifierConstructorDescriptionGridTableViewSkin(GridTableView<S> tableView) Creates a skin for the given grid table view.