- All Known Implementing Classes:
DefaultTableCellTypeFactory
public interface TableCellTypeFactory
A factory for
TableCellTypes.- Author:
- harald
-
Method Summary
Modifier and TypeMethodDescriptionstatic TableCellTypeFactoryThe singleton.<T> TableCellType<T>getTableCellType(Class<T> itemClass) Gets the table cell type implementation for item class.
-
Method Details
-
getInstance
The singleton.- Returns:
- the singleton
-
getTableCellType
Gets the table cell type implementation for item class.- Type Parameters:
T- the item class- Parameters:
itemClass- the class- Returns:
- the table cell type
-