Uses of Class
is.codion.swing.common.ui.component.table.ConditionPanel
Packages that use ConditionPanel
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.ALLOW_COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
-
Uses of ConditionPanel in is.codion.swing.common.ui.component.table
Subclasses of ConditionPanel in is.codion.swing.common.ui.component.tableMethods in is.codion.swing.common.ui.component.table that return ConditionPanelMethods in is.codion.swing.common.ui.component.table that return types with arguments of type ConditionPanelModifier and TypeMethodDescriptionMap
<C, ConditionPanel<?>> FilterTableConditionPanel.panels()
abstract Map
<C, ConditionPanel<?>> TableConditionPanel.panels()
Map
<C, ConditionPanel<?>> FilterTableConditionPanel.selectable()
Map
<C, ConditionPanel<?>> TableConditionPanel.selectable()
By default, this returns all condition panels, override to customize.Method parameters in is.codion.swing.common.ui.component.table with type arguments of type ConditionPanelModifier and TypeMethodDescriptionTableConditionPanel.Factory.create
(TableConditionModel<C> tableConditionModel, Map<C, ConditionPanel<?>> conditionPanels, FilterTableColumnModel<C> columnModel, Consumer<TableConditionPanel<C>> onPanelInitialized) static <C> FilterTableConditionPanel
<C> FilterTableConditionPanel.filterTableConditionPanel
(TableConditionModel<C> tableConditionModel, Map<C, ConditionPanel<?>> conditionPanels, FilterTableColumnModel<C> columnModel, Consumer<TableConditionPanel<C>> onPanelInitialized)