Uses of Interface
is.codion.framework.model.EntityEditor.ComboBoxModels
Packages that use EntityEditor.ComboBoxModels
Package
Description
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
Swing model classes
-
Uses of EntityEditor.ComboBoxModels in is.codion.framework.model
Classes in is.codion.framework.model that implement EntityEditor.ComboBoxModelsModifier and TypeClassDescriptionprotected static classAbstractEntityEditor.DefaultComboBoxModels<F extends EntityComboBoxModel,C extends FilterComboBoxModel<?>> Provides default ComboBoxModel management.Methods in is.codion.framework.model that return EntityEditor.ComboBoxModelsModifier and TypeMethodDescriptionAbstractEntityEditor.comboBoxModels()Returns theEntityEditor.ComboBoxModelsinstance.EntityEditor.comboBoxModels()Constructor parameters in is.codion.framework.model with type arguments of type EntityEditor.ComboBoxModelsModifierConstructorDescriptionprotectedAbstractEntityEditor(EntityType entityType, EntityConnectionProvider connectionProvider, EntityEditor.ComponentModels componentModels, Function<AbstractEntityEditor<R>, EntityEditor.ComboBoxModels> comboBoxModels) Instantiates anAbstractEntityEditor -
Uses of EntityEditor.ComboBoxModels in is.codion.swing.framework.model
Subinterfaces of EntityEditor.ComboBoxModels in is.codion.swing.framework.modelModifier and TypeInterfaceDescriptionstatic interfaceManages the combo box models used by aSwingEntityEditor.