Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Class EntityTableCellRenderer
java.lang.Object
is.codion.swing.framework.ui.EntityTableCellRenderer
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interfaceASwingEntityTableModelbased table cell factory. -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> FilterTableCellRenderer.Builder<Entity, Attribute<?>, T> builder(Attribute<T> attribute, SwingEntityTableModel tableModel) factory()
-
Method Details
-
builder
public static <T> FilterTableCellRenderer.Builder<Entity,Attribute<?>, builderT> (Attribute<T> attribute, SwingEntityTableModel tableModel) - Type Parameters:
T- the attribute value type- Parameters:
attribute- the attributetableModel- the table model- Returns:
- a new
FilterTableCellRenderer.Builderinstance for the given attribute
-
factory
- Returns:
- a new default
EntityTableCellRenderer.Factoryinstance
-