Uses of Class
org.controlsfx.control.spreadsheet.SpreadsheetCellType
Packages that use SpreadsheetCellType
Package
Description
A package containing model and view related classes used by the
SpreadsheetView
control.-
Uses of SpreadsheetCellType in org.controlsfx.control.spreadsheet
Subclasses of SpreadsheetCellType in org.controlsfx.control.spreadsheetModifier and TypeClassDescriptionstatic class
TheSpreadsheetCell
LocalDate
type base class.static class
TheSpreadsheetCell
Double
type base class.static class
TheSpreadsheetCell
Integer
type base class.static class
TheSpreadsheetCell
List
type base class.static class
TheSpreadsheetCell
Object
type base class.static class
TheSpreadsheetCell
String
type base class.Fields in org.controlsfx.control.spreadsheet declared as SpreadsheetCellTypeModifier and TypeFieldDescriptionstatic final SpreadsheetCellType
<Object> SpreadsheetCellType.OBJECT
TheSpreadsheetCell
Object
type instance.Methods in org.controlsfx.control.spreadsheet that return SpreadsheetCellTypeModifier and TypeMethodDescriptionSpreadsheetCell.getCellType()
Returns theSpreadsheetCellType
of this cell.final SpreadsheetCellType
SpreadsheetCellBase.getCellType()
Returns theSpreadsheetCellType
of this cell.Methods in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetCellTypeModifier and TypeMethodDescriptionfinal Optional
<SpreadsheetCellEditor> SpreadsheetView.getEditor
(SpreadsheetCellType<?> cellType) Return the editor associated with the CellType.Constructors in org.controlsfx.control.spreadsheet with parameters of type SpreadsheetCellTypeModifierConstructorDescriptionSpreadsheetCellBase
(int row, int column, int rowSpan, int columnSpan, SpreadsheetCellType<?> type) Constructs a SpreadsheetCell with the given configuration.