java.lang.Object
org.tentackle.fx.table.type.AbstractTableCellType<Boolean>
org.tentackle.fx.table.type.BooleanTableCellType
- All Implemented Interfaces:
TableCellType<Boolean>
@TableCellTypeService(java.lang.Boolean.class)
public class BooleanTableCellType
extends AbstractTableCellType<Boolean>
A
Boolean cell type.- Author:
- harald
-
Field Summary
Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType
editor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the editor component.Class<?>Gets the intrinsic type of the editor.voidupdateItem(FxTableCell<?, Boolean> tableCell, Boolean item) Updates the table cells view.voidupdateItem(FxTreeTableCell<?, Boolean> tableCell, Boolean item) Updates the treetable cells view.Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
applyCaseConversion, updateAlignment, updateAlignment
-
Constructor Details
-
BooleanTableCellType
public BooleanTableCellType()Creates the cell type forBoolean.
-
-
Method Details
-
updateItem
Description copied from interface:TableCellTypeUpdates the table cells view.- Parameters:
tableCell- the table cell, never nullitem- the item for the cell, never null
-
updateItem
Description copied from interface:TableCellTypeUpdates the treetable cells view.- Parameters:
tableCell- the table cell, never nullitem- the item for the cell, never null
-
getEditor
Description copied from interface:TableCellTypeGets the editor component.- Specified by:
getEditorin interfaceTableCellType<Boolean>- Overrides:
getEditorin classAbstractTableCellType<Boolean>- Returns:
- the editor component, never null
-
getEditorType
Description copied from interface:TableCellTypeGets the intrinsic type of the editor.- Specified by:
getEditorTypein interfaceTableCellType<Boolean>- Overrides:
getEditorTypein classAbstractTableCellType<Boolean>- Returns:
- the editor's type
-