Uses of Interface
is.codion.framework.model.EntityEditor
Packages that use EntityEditor
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.EDIT_EVENTS
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 EntityEditor in is.codion.framework.model
Classes in is.codion.framework.model that implement EntityEditorMethods in is.codion.framework.model that return EntityEditorModifier and TypeMethodDescriptionDefaultEntityEditModel.editor()EntityEditModel.editor()Returns aEntityEditorwrapping the entity being edited.Methods in is.codion.framework.model with parameters of type EntityEditorModifier and TypeMethodDescriptiondefault voidEntityEditor.ComponentModels.configure(ForeignKey foreignKey, EntitySearchModel entitySearchModel, EntityEditor editor) Called when aEntitySearchModelis created inEntityEditor.SearchModels.get(ForeignKey).DefaultEntityEditor.DefaultComponentModels.createSearchModel(ForeignKey foreignKey, EntityEditor editor) EntityEditor.ComponentModels.createSearchModel(ForeignKey foreignKey, EntityEditor editor) Creates aEntitySearchModelfor looking up entities of the type referenced by the given foreign key, using the search attributes defined for that entity type.Constructors in is.codion.framework.model with parameters of type EntityEditorModifierConstructorDescriptionDefaultEntityEditModel(EntityEditor editor) Instantiates a newDefaultEntityEditModelbased on the given editor -
Uses of EntityEditor in is.codion.swing.framework.model
Classes in is.codion.swing.framework.model that implement EntityEditor