Uses of Interface
is.codion.framework.model.EntityTableConditionModel
Packages that use EntityTableConditionModel
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
Swing model classes
-
Uses of EntityTableConditionModel in is.codion.framework.model
Methods in is.codion.framework.model that return EntityTableConditionModelModifier and TypeMethodDescriptionEntityQueryModel.condition()static EntityTableConditionModelEntityTableConditionModel.entityTableConditionModel(EntityType entityType, EntityConnectionProvider connectionProvider) Creates a newEntityTableConditionModelstatic EntityTableConditionModelEntityTableConditionModel.entityTableConditionModel(EntityType entityType, EntityConnectionProvider connectionProvider, Supplier<Map<Attribute<?>, ConditionModel<?>>> conditionModelFactory) Creates a newEntityTableConditionModelMethods in is.codion.framework.model with parameters of type EntityTableConditionModelModifier and TypeMethodDescriptionstatic EntityQueryModelEntityQueryModel.entityQueryModel(EntityTableConditionModel conditionModel) -
Uses of EntityTableConditionModel in is.codion.swing.framework.model
Constructors in is.codion.swing.framework.model with parameters of type EntityTableConditionModelModifierConstructorDescriptionSwingEntityTableModel(EntityTableConditionModel conditionModel) Instantiates a new SwingEntityTableModel.