Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Interface EntityTableCellRenderer
public interface EntityTableCellRenderer
Provides
FilterTableCellRenderer
implementations for EntityTablePanels via builder(SwingEntityTableModel, Attribute).-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder<is.codion.framework.domain.entity.Entity,is.codion.framework.domain.entity.attribute.Attribute<?>> builder(is.codion.swing.framework.model.SwingEntityTableModel tableModel, is.codion.framework.domain.entity.attribute.Attribute<?> attribute) Instantiates a newFilterTableCellRenderer.Builderwith defaults based on the given attribute.
-
Method Details
-
builder
static is.codion.swing.common.ui.component.table.FilterTableCellRenderer.Builder<is.codion.framework.domain.entity.Entity,is.codion.framework.domain.entity.attribute.Attribute<?>> builder(is.codion.swing.framework.model.SwingEntityTableModel tableModel, is.codion.framework.domain.entity.attribute.Attribute<?> attribute) Instantiates a newFilterTableCellRenderer.Builderwith defaults based on the given attribute.- Parameters:
tableModel- the table model providing the data to renderattribute- the attribute- Returns:
- a new
FilterTableCellRenderer.Builderinstance
-