Module is.codion.swing.common.ui
Interface FilterTableHeaderRenderer.Factory<R,C>
- Type Parameters:
R- the row typeC- the column identifier type
- Enclosing interface:
FilterTableHeaderRenderer
public static interface FilterTableHeaderRenderer.Factory<R,C>
A factory for
FilterTableHeaderRenderer instances.-
Method Summary
-
Method Details
-
create
- Parameters:
column- the columntable- the table- Returns:
- a
FilterTableHeaderRendererinstance for the given column
-