Uses of Interface
is.codion.common.model.condition.TableConditionModel
Packages that use TableConditionModel
Package
Description
Condition related classes.
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
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
Table model implementations with built-in filtering, sorting and selection management.
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
Swing model classes
-
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 TableConditionModelModifierConstructorDescriptionprotectedTableConditionPanel(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()