Class DefaultTableCellTypeFactory

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> TableCellType<T> getTableCellType​(java.lang.Class<T> itemClass)
      Gets the table cell type implementation for item class.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultTableCellTypeFactory

        public DefaultTableCellTypeFactory()
        Creates the factory.
    • Method Detail

      • getTableCellType

        public <T> TableCellType<T> getTableCellType​(java.lang.Class<T> itemClass)
        Description copied from interface: TableCellTypeFactory
        Gets the table cell type implementation for item class.
        Specified by:
        getTableCellType in interface TableCellTypeFactory
        Type Parameters:
        T - the item class
        Parameters:
        itemClass - the class
        Returns:
        the table cell type