java.lang.Object
org.tentackle.fx.table.DefaultTableCellTypeFactory
- All Implemented Interfaces:
TableCellTypeFactory
@Service(TableCellTypeFactory.class)
public class DefaultTableCellTypeFactory
extends Object
implements TableCellTypeFactory
The default GUI provider factory.
- Author:
- harald
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TableCellType<T>getTableCellType(Class<T> itemClass) Gets the table cell type implementation for item class.
-
Constructor Details
-
DefaultTableCellTypeFactory
public DefaultTableCellTypeFactory()Creates the factory.
-
-
Method Details
-
getTableCellType
Description copied from interface:TableCellTypeFactoryGets the table cell type implementation for item class.- Specified by:
getTableCellTypein interfaceTableCellTypeFactory- Type Parameters:
T- the item class- Parameters:
itemClass- the class- Returns:
- the table cell type
-