- java.lang.Object
-
- org.tentackle.fx.table.type.AbstractTableCellType<java.lang.String>
-
- org.tentackle.fx.table.type.StringTableCellType
-
- All Implemented Interfaces:
TableCellType<java.lang.String>
@TableCellTypeService(java.lang.String.class) public class StringTableCellType extends AbstractTableCellType<java.lang.String>
The most simple cell type.
Fallback if type is not known.- Author:
- harald
-
-
Field Summary
-
Fields inherited from class org.tentackle.fx.table.type.AbstractTableCellType
editor
-
-
Constructor Summary
Constructors Constructor Description StringTableCellType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateItem(FxTableCell<?,java.lang.String> tableCell, java.lang.String text)Updates the cells view.-
Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
getEditor, getEditorType, updateAlignment
-
-
-
-
Method Detail
-
updateItem
public void updateItem(FxTableCell<?,java.lang.String> tableCell, java.lang.String text)
Description copied from interface:TableCellTypeUpdates the cells view.- Parameters:
tableCell- the table cell, never nulltext- the item for the cell, never null
-
-