Module is.codion.swing.common.ui
Interface FilterTableHeaderRenderer
- All Superinterfaces:
TableCellRenderer
A renderer for a
FilterTable header.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA factory forFilterTableHeaderRendererinstances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyValue<Boolean> Specifies whether the focused column should be indicated with a darkened header. -
Method Summary
Static MethodsMethods inherited from interface javax.swing.table.TableCellRenderer
getTableCellRendererComponent
-
Field Details
-
FOCUSED_COLUMN_INDICATOR
Specifies whether the focused column should be indicated with a darkened header.- Value type: Boolean
- Default value: false
-
-
Method Details
-
factory
- Type Parameters:
R- the row typeC- the column identifier type- Returns:
- a
FilterTableHeaderRenderer.Factoryinstance
-