Uses of Interface
is.codion.framework.model.EntityEditor
Packages that use EntityEditor
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
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 TypeClassDescriptionclassAbstractEntityApplicationModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<R>, T extends EntityTableModel<E, R>, R extends EntityEditor<R>> An abstractEntityApplicationModelimplementation.classAbstractEntityEditModel<R extends EntityEditor<R>>An abstractEntityEditModelimplementation.classAbstractEntityModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<R>, T extends EntityTableModel<E, R>, R extends EntityEditor<R>> An abstractEntityModelimplementation.classAbstractEntityTableModel<E extends EntityEditModel<R>,R extends EntityEditor<R>> An abstractEntityTableModelimplementation.protected static classAbstractEntityTableModel.AbstractEntityRowEditor<R extends EntityEditor<R>>An abstractEntityTableModel.EntityRowEditorimplementation.interfaceEntityApplicationModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<R>, T extends EntityTableModel<E, R>, R extends EntityEditor<R>> A central application model, coordinating theEntityModelinstances of an application.static interfaceEntityApplicationModel.EntityModels<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<R>, T extends EntityTableModel<E, R>, R extends EntityEditor<R>> Manages theEntityModels for aEntityApplicationModelinterfaceEntityEditModel<R extends EntityEditor<R>>Represents the context for editing anEntityinstance.interfaceEntityEditor<R extends EntityEditor<R>>Provides edit access to an underlying entity.static interfaceEntityEditor.DetailEditors<R extends EntityEditor<R>>Manages detail editors for one-to-one entity composition within anEntityEditor.interfaceEntityModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<R>, T extends EntityTableModel<E, R>, R extends EntityEditor<R>> Coordinates, among other things, anEntityEditModeland anEntityTableModel.static interfaceEntityModel.DetailModels<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<R>, T extends EntityTableModel<E, R>, R extends EntityEditor<R>> Manages the detail models for aEntityModelinterfaceEntityTableModel<E extends EntityEditModel<R>,R extends EntityEditor<R>> Specifies a table model containingEntityinstances.Classes in is.codion.framework.model that implement EntityEditorModifier and TypeClassDescriptionclassAbstractEntityEditor<R extends AbstractEntityEditor<R>>An abstractEntityEditorimplementation.Methods in is.codion.framework.model with type parameters of type EntityEditorModifier and TypeMethodDescription<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<R>, T extends EntityTableModel<E, R>, R extends EntityEditor<R>, B extends ForeignKeyModelLink.Builder<B>>
ForeignKeyModelLink.Builder.ForeignKeyStep<B> ForeignKeyModelLink.Builder.ModelStep.model(M model) Note that the linked model is configured when the resultingForeignKeyModelLinkis added to a master model, building one has no effect on the linked model.<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<R>, T extends EntityTableModel<E, R>, R extends EntityEditor<R>, B extends ModelLink.Builder<B>>
ModelLink.Builder<B> ModelLink.Builder.ModelStep.model(M model) Returns a newModelLink.Builderinstance.Methods in is.codion.framework.model with parameters of type EntityEditor -
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 AbstractEntityModel<M,E, T, R>, E extends AbstractEntityEditModel<R>, T extends EntityTableModel<E, R>, R extends EntityEditor<R>> A base class for testingEntityApplicationModelsubclasses.classAbstractEntityModelTest<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<R>, T extends EntityTableModel<E, R>, R extends EntityEditor<R>> A base class for testingEntityModelsubclasses.classAbstractEntityTableModelTest<E extends EntityEditModel<R>,T extends EntityTableModel<E, R>, R extends EntityEditor<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