java.lang.Object
org.tentackle.fx.table.type.AbstractTableCellType<String>
org.tentackle.fx.table.type.StringTableCellType
- All Implemented Interfaces:
TableCellType<String>
@TableCellTypeService(java.lang.String.class)
public class StringTableCellType
extends AbstractTableCellType<String>
String cell type.
- Author:
- harald
-
Field Summary
Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType
editor -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateItem(FxTableCell<?, String> tableCell, String text) Updates the table cells view.voidupdateItem(FxTreeTableCell<?, String> treeTableCell, String text) Updates the treetable cells view.Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
applyCaseConversion, getEditor, getEditorType, updateAlignment, updateAlignment
-
Constructor Details
-
StringTableCellType
public StringTableCellType()Creates the cell type forString.
-
-
Method Details
-
updateItem
Description copied from interface:TableCellTypeUpdates the table cells view.- Parameters:
tableCell- the table cell, never nulltext- the item for the cell, never null
-
updateItem
Description copied from interface:TableCellTypeUpdates the treetable cells view.- Parameters:
treeTableCell- the table cell, never nulltext- the item for the cell, never null
-