Uses of Interface
is.codion.swing.common.ui.component.table.FilterTableColumnModel
Packages that use FilterTableColumnModel
Package
Description
Package configuration values:
FilterTableCellRenderer.TABLE_CELL_LEFT_PADDING
FilterTableCellRenderer.TABLE_CELL_RIGHT_PADDING
FilterTableCellRenderer.NUMERICAL_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.TEMPORAL_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.BOOLEAN_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.ALTERNATE_ROW_COLORING
FilterTable.COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
FilterTable.COLUMN_RESIZING
-
Uses of FilterTableColumnModel in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table that return FilterTableColumnModelMethods in is.codion.swing.common.ui.component.table with parameters of type FilterTableColumnModelModifier and TypeMethodDescriptionTableConditionPanel.Factory.create(TableConditionModel<C> tableConditionModel, Map<C, ConditionPanel<?>> conditionPanels, FilterTableColumnModel<C> columnModel, Consumer<TableConditionPanel<C>> onPanelInitialized) static <C> FilterTableColumnComponentPanel<C> FilterTableColumnComponentPanel.filterTableColumnComponentPanel(FilterTableColumnModel<C> columnModel, Map<C, ? extends JComponent> columnComponents) Instantiates a newFilterTableColumnComponentPanel.static <C> FilterTableConditionPanel<C> FilterTableConditionPanel.filterTableConditionPanel(TableConditionModel<C> tableConditionModel, Map<C, ConditionPanel<?>> conditionPanels, FilterTableColumnModel<C> columnModel, Consumer<TableConditionPanel<C>> onPanelInitialized)