Class I18NTextTableCellType

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
  • Constructor Details

    • I18NTextTableCellType

      public I18NTextTableCellType()
      Creates the cell type for I18NText.
  • Method Details

    • updateItem

      public void updateItem(FxTableCell<?,org.tentackle.common.I18NText> tableCell, org.tentackle.common.I18NText i18NText)
      Description copied from interface: TableCellType
      Updates the table cells view.
      Parameters:
      tableCell - the table cell, never null
      i18NText - 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: TableCellType
      Updates the treetable cells view.
      Parameters:
      treeTableCell - the table cell, never null
      i18NText - the item for the cell, never null