| CellGraphicFactory |
If anyone wants to display a specific Graphic in a SpreadsheetCell, a
solution is to provide a Node (for example a WebView) that will be
displayed in the cell.
|
| Filter |
|
| Grid |
|
| GridChange |
This class represents a single change happening in a Grid.
|
| Picker |
Pickers can display some Images next to the headers.
|
| SpreadsheetCell |
|
| SpreadsheetCell.CornerPosition |
This enum states the four different corner available for positioning
some elements in a cell.
|
| SpreadsheetCellEditor |
|
| SpreadsheetCellType |
When instantiating a SpreadsheetCell, its SpreadsheetCellType will
specify which values the cell can accept as user input, and which
SpreadsheetCellEditor it will use to receive user input.
|
| SpreadsheetCellType.DateType |
|
| SpreadsheetCellType.DoubleType |
|
| SpreadsheetCellType.IntegerType |
|
| SpreadsheetCellType.ListType |
|
| SpreadsheetCellType.StringType |
|
| SpreadsheetColumn |
|
| SpreadsheetView |
The SpreadsheetView is a control similar to the JavaFX TableView
control but with different functionalities and use cases.
|
| SpreadsheetView.ColumnWidthEvent |
This event is thrown on the SpreadsheetView when the user resize a column
with its mouse.
|
| SpreadsheetView.RowHeightEvent |
This event is thrown on the SpreadsheetView when the user resize a row
with its mouse.
|
| SpreadsheetView.SpanType |
The SpanType describes in which state each cell can be.
|
| SpreadsheetViewSelectionModel |
This class provides basic support for common interaction on the
SpreadsheetView.
|
| StringConverterWithFormat |
|