Uses of Interface
is.codion.common.model.filter.FilterModel
Packages that use FilterModel
Package
Description
Combo box model related classes.
A UI-agnostic list model based on
FilterModel.A UI-agnostic table model based on
FilterModel.Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditor.PUBLISH_PERSISTENCE_EVENTS
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
EntitySearchModel.PERSISTENCE_AWARE
ComboBox model implementations with filtering support and null handling.
List model implementations with filtering and selection management.
Table model implementations with built-in filtering, sorting and selection management.
Swing model classes
Package configuration values:
EntityComboBoxModel.PERSISTENCE_AWARE
-
Uses of FilterModel in is.codion.common.model.component.combobox
Subinterfaces of FilterModel in is.codion.common.model.component.comboboxModifier and TypeInterfaceDescriptioninterfaceA UI-agnostic combo box model based onFilterModel. -
Uses of FilterModel in is.codion.common.model.component.list
Subinterfaces of FilterModel in is.codion.common.model.component.list -
Uses of FilterModel in is.codion.common.model.component.table
Subinterfaces of FilterModel in is.codion.common.model.component.tableModifier and TypeInterfaceDescriptioninterfaceFilterTableModel<R,C> A UI-agnostic table model based onFilterModel, supporting selection, filtering and sorting. -
Uses of FilterModel in is.codion.framework.model
Subinterfaces of FilterModel in is.codion.framework.modelModifier and TypeInterfaceDescriptioninterfaceA ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.interfaceEntityTableModel<E extends EntityEditModel<R>,R extends EntityEditor<R>> Specifies a table model containingEntityinstances.Classes in is.codion.framework.model that implement FilterModelModifier and TypeClassDescriptionclassAbstractEntityTableModel<E extends EntityEditModel<R>,R extends EntityEditor<R>> An abstractEntityTableModelimplementation. -
Uses of FilterModel in is.codion.swing.common.model.component.combobox
Subinterfaces of FilterModel in is.codion.swing.common.model.component.comboboxModifier and TypeInterfaceDescriptioninterfaceA SwingComboBoxModelbased on the UI-agnosticFilterComboBoxModel, adding theComboBoxModelinterface — mirroring howSwingFilterTableModelextendsTableModel. -
Uses of FilterModel in is.codion.swing.common.model.component.list
Subinterfaces of FilterModel in is.codion.swing.common.model.component.listModifier and TypeInterfaceDescriptioninterfaceA SwingListModelbased on the UI-agnosticFilterListModel, adding theListModelinterface — mirroring howSwingTableModelextendsTableModel. -
Uses of FilterModel in is.codion.swing.common.model.component.table
Subinterfaces of FilterModel in is.codion.swing.common.model.component.tableModifier and TypeInterfaceDescriptioninterfaceA SwingTableModelbased on the UI-agnosticFilterTableModel, adding theTableModelinterface along with cell editing (viaSwingFilterTableModel.RowEditor) — mirroring howSwingFilterListModelextendsListModel. -
Uses of FilterModel in is.codion.swing.framework.model
Classes in is.codion.swing.framework.model that implement FilterModelModifier and TypeClassDescriptionclassA TableModel implementation for displaying and working with entities. -
Uses of FilterModel in is.codion.swing.framework.model.component
Subinterfaces of FilterModel in is.codion.swing.framework.model.componentModifier and TypeInterfaceDescriptioninterfaceA SwingComboBoxModelbased on an Entity — the Swing coat over the UI-agnosticEntityComboBoxModel, adding theSwingFilterComboBoxModelinterface (mirroring howSwingFilterComboBoxModelrelates toFilterComboBoxModel).