Interface TableCellTypeFactory

    • Method Detail

      • getTableCellType

        <T> TableCellType<T> getTableCellType​(java.lang.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