Uses of Interface
is.codion.common.model.filter.FilterModel
Packages that use FilterModel
Package
Description
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
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.EDIT_EVENTS
-
Uses of FilterModel in is.codion.framework.model
Subinterfaces of FilterModel in is.codion.framework.modelModifier and TypeInterfaceDescriptioninterfaceEntityTableModel<E extends EntityEditModel>Specifies a table model containingEntityinstances.Classes in is.codion.framework.model that implement FilterModelModifier and TypeClassDescriptionclassAbstractEntityTableModel<E extends EntityEditModel>An abstractEntityTableModelimplementationMethods in is.codion.framework.model that return FilterModelModifier and TypeMethodDescriptionprotected FilterModel<Entity> AbstractEntityTableModel.filterModel()Constructors in is.codion.framework.model with parameters of type FilterModelModifierConstructorDescriptionprotectedAbstractEntityTableModel(E editModel, FilterModel<Entity> filterModel) protectedAbstractEntityTableModel(E editModel, FilterModel<Entity> filterModel, EntityQueryModel queryModel) -
Uses of FilterModel in is.codion.swing.common.model.component.combobox
Subinterfaces of FilterModel in is.codion.swing.common.model.component.combobox -
Uses of FilterModel in is.codion.swing.common.model.component.list
Subinterfaces of FilterModel in is.codion.swing.common.model.component.list -
Uses of FilterModel in is.codion.swing.common.model.component.table
Subinterfaces of FilterModel in is.codion.swing.common.model.component.tableModifier and TypeInterfaceDescriptioninterfaceFilterTableModel<R,C> Specifies a table model supporting selection as well as filtering. -
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 ComboBoxModel based on an Entity, showing by default all the entities in the underlying table.