java.lang.Object
org.tentackle.fx.table.type.AbstractTableCellType<org.tentackle.common.I18NText>
org.tentackle.fx.table.type.I18NTextTableCellType
- All Implemented Interfaces:
TableCellType<org.tentackle.common.I18NText>
@TableCellTypeService(org.tentackle.common.I18NText.class)
public class I18NTextTableCellType
extends AbstractTableCellType<org.tentackle.common.I18NText>
I18NText 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<?, org.tentackle.common.I18NText> tableCell, org.tentackle.common.I18NText i18NText) Updates the table cells view.voidupdateItem(FxTreeTableCell<?, org.tentackle.common.I18NText> treeTableCell, org.tentackle.common.I18NText i18NText) Updates the treetable cells view.Methods inherited from class org.tentackle.fx.table.type.AbstractTableCellType
applyCaseConversion, getEditor, getEditorType, updateAlignment, updateAlignment
-
Constructor Details
-
I18NTextTableCellType
public I18NTextTableCellType()Creates the cell type forI18NText.
-
-
Method Details
-
updateItem
public void updateItem(FxTableCell<?, org.tentackle.common.I18NText> tableCell, org.tentackle.common.I18NText i18NText) Description copied from interface:TableCellTypeUpdates the table cells view.- Parameters:
tableCell- the table cell, never nulli18NText- the item for the cell, never null
-
updateItem
public void updateItem(FxTreeTableCell<?, org.tentackle.common.I18NText> treeTableCell, org.tentackle.common.I18NText i18NText) Description copied from interface:TableCellTypeUpdates the treetable cells view.- Parameters:
treeTableCell- the table cell, never nulli18NText- the item for the cell, never null
-