Class UtilDateTableCellType<T extends java.util.Date>

    • Constructor Detail

      • UtilDateTableCellType

        public UtilDateTableCellType()
    • Method Detail

      • updateItem

        public void updateItem​(FxTableCell<?,​T> tableCell,
                               T item)
        Description copied from interface: TableCellType
        Updates the cells view.
        Parameters:
        tableCell - the table cell, never null
        item - the item for the cell, never null
      • getFormat

        protected java.text.DateFormat getFormat​(FxTableCell<?,​T> tableCell)
        Gets the date format.
        Parameters:
        tableCell - the cell
        Returns:
        the format, null if default toString()