Uses of Interface
is.codion.framework.model.EntityEditor
Packages that use EntityEditor
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.PUBLISH_PERSISTENCE_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
EntitySearchModel.PERSISTENCE_AWARE
Swing model classes
-
Uses of EntityEditor in is.codion.framework.model
Classes in is.codion.framework.model with type parameters of type EntityEditorModifier and TypeClassDescriptionclassAbstractEntityTableModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> An abstractEntityTableModelimplementationclassDefaultEntityApplicationModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> A central application model class.classDefaultEntityEditModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> A defaultEntityEditModelimplementationclassDefaultEntityEditor<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> A defaultEntityEditorimplementation.classDefaultEntityModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> A defaultEntityModelimplementation.interfaceEntityApplicationModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> A central application model class.static interfaceEntityApplicationModel.EntityModels<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> Manages theEntityModels for aEntityApplicationModelinterfaceEntityEditModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> Specifies a class for editing anEntityinstance.interfaceEntityEditor<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> Provides edit access to an underlying entity.static interfaceEntityEditor.ComponentModels<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> Provides models for editor components requiring database access.interfaceEntityModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> Specifies a class responsible for, among other things, coordinating aEntityEditModeland anEntityTableModel.static interfaceEntityModel.DetailModels<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> Manages the detail models for aEntityModelinterfaceEntityTableModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> Specifies a table model containingEntityinstances.interfaceForeignKeyModelLink<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> Represents a link between two entity models based on a foreign key.static interfaceForeignKeyModelLink.Builder<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>, B extends ForeignKeyModelLink.Builder<M, E, T, R, B>> Builds aForeignKeyModelLinkinterfaceModelLink<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> Represents a link between two entity models.static interfaceModelLink.Builder<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>, B extends ModelLink.Builder<M, E, T, R, B>> Builds aModelLinkClasses in is.codion.framework.model that implement EntityEditorModifier and TypeClassDescriptionclassDefaultEntityEditor<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> A defaultEntityEditorimplementation.Methods in is.codion.framework.model with type parameters of type EntityEditorModifier and TypeMethodDescriptionstatic <M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>, B extends ForeignKeyModelLink.Builder<M, E, T, R, B>>
ForeignKeyModelLink.Builder<M, E, T, R, B> ForeignKeyModelLink.builder(M model, ForeignKey foreignKey) Returns a newForeignKeyModelLink.Builderinstance.static <M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, B extends ModelLink.Builder<M, E, T, R, B>, R extends EntityEditor<M, E, T, R>>
ModelLink.Builder<M, E, T, R, B> ModelLink.builder(M model) Returns a newModelLink.Builderinstance. -
Uses of EntityEditor in is.codion.framework.model.test
Classes in is.codion.framework.model.test with type parameters of type EntityEditorModifier and TypeClassDescriptionclassAbstractEntityApplicationModelTest<M extends DefaultEntityModel<M,E, T, R>, E extends DefaultEntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> A base class for testingEntityApplicationModelsubclasses.classAbstractEntityModelTest<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<M, E, T, R>> A base class for testingEntityModelsubclasses.classAbstractEntityTableModelTest<E extends EntityEditModel<?,E, T, R>, T extends EntityTableModel<?, E, T, R>, R extends EntityEditor<?, E, T, R>> A base class for testingEntityTableModelsubclasses. -
Uses of EntityEditor in is.codion.swing.framework.model
Classes in is.codion.swing.framework.model that implement EntityEditor