Package com.dlsc.gemsfx.gridtable
package com.dlsc.gemsfx.gridtable
Provides a lightweight grid-based table control and its supporting column and cell classes.
The table renders rows and columns with a GridPane-based skin and supports custom cell
factories, row header and footer nodes, placeholders, loading status overlays, and context menus.
-
ClassesClassDescriptionGridTableCell<S,
T> A single cell in aGridTableViewrow.GridTableColumn<S,T> A column in aGridTableView.ACallbackimplementation that extracts a property value from a row item using Java reflection, similar in purpose toPropertyValueFactoryin the standard JavaFXTableView.A simple table view implementation based on GridPane.