Interface TableCellTypeFactory

All Known Implementing Classes:
DefaultTableCellTypeFactory

public interface TableCellTypeFactory
A factory for TableCellTypes.
Author:
harald
  • Method Details

    • getInstance

      static TableCellTypeFactory getInstance()
      The singleton.
      Returns:
      the singleton
    • getTableCellType

      <T> TableCellType<T> getTableCellType(Class<T> itemClass)
      Gets the table cell type implementation for item class.
      Type Parameters:
      T - the item class
      Parameters:
      itemClass - the class
      Returns:
      the table cell type