Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Class EntityTableCellRenderer
java.lang.Object
is.codion.swing.framework.ui.EntityTableCellRenderer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
static interface
ASwingEntityTableModel
based 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.Builder
instance for the given attribute
-
factory
- Returns:
- a new default
EntityTableCellRenderer.Factory
instance
-