Uses of Interface
is.codion.common.model.condition.TableConditionModel
Packages that use TableConditionModel
Package
Description
Condition related classes.
Package configuration values:
EntityApplicationModel.USERNAME_PREFIX
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityEditModel.POST_EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.HANDLE_EDIT_EVENTS
EntityTableModel.ORDER_QUERY_BY_SORT_ORDER
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
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 TableConditionModel in is.codion.common.model.condition
Methods in is.codion.common.model.condition that return TableConditionModelModifier and TypeMethodDescriptionstatic <C> TableConditionModel
<C> TableConditionModel.tableConditionModel
(Supplier<Map<C, ConditionModel<?>>> conditionModelFactory) Instantiates a newTableConditionModel
-
Uses of TableConditionModel in is.codion.framework.model
Methods in is.codion.framework.model that return TableConditionModel -
Uses of TableConditionModel in is.codion.swing.common.model.component.table
Methods in is.codion.swing.common.model.component.table that return TableConditionModel -
Uses of TableConditionModel in is.codion.swing.common.ui.component.table
Methods in is.codion.swing.common.ui.component.table with parameters of type TableConditionModelModifier 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) Constructors in is.codion.swing.common.ui.component.table with parameters of type TableConditionModelModifierConstructorDescriptionprotected
TableConditionPanel
(TableConditionModel<C> tableConditionModel, Function<C, String> captions) Instantiates a newTableConditionPanel
-
Uses of TableConditionModel in is.codion.swing.framework.model
Methods in is.codion.swing.framework.model that return TableConditionModelModifier and TypeMethodDescriptionfinal TableConditionModel
<Attribute<?>> SwingEntityTableModel.filters()