Uses of Interface
is.codion.framework.model.EntityTableModel
Packages that use EntityTableModel
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditor.PUBLISH_PERSISTENCE_EVENTS
EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
ON_INSERT
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 EntityTableModel in is.codion.framework.model
Classes in is.codion.framework.model with type parameters of type EntityTableModelModifier 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<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<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<R>> A defaultEntityEditModelimplementationclassDefaultEntityModel<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<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<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<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<R>> Specifies a class for editing anEntityinstance.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<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<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<R>> Specifies a table model containingEntityinstances.Classes in is.codion.framework.model that implement EntityTableModelModifier 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<R>> An abstractEntityTableModelimplementationMethods in is.codion.framework.model with type parameters of type EntityTableModelModifier and TypeMethodDescriptionstatic <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<B>, R extends EntityEditor<R>>
ModelLink.Builder<B> ModelLink.builder(M model) Returns a newModelLink.Builderinstance.<M extends EntityModel<M,E, T, R>, E extends EntityEditModel<M, E, T, R>, T extends EntityTableModel<M, E, T, R>, R extends EntityEditor<R>>
ForeignKeyModelLink.Builder.ForeignKeyStep<B> ForeignKeyModelLink.Builder.ModelStep.model(M model) Note that if the linked model contains a table model it is configured so that a query condition is required for it to show any data, viaEntityQueryModel.conditionRequired() -
Uses of EntityTableModel in is.codion.framework.model.test
Classes in is.codion.framework.model.test with type parameters of type EntityTableModelModifier 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<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<R>> A base class for testingEntityModelsubclasses.classAbstractEntityTableModelTest<E extends EntityEditModel<?,E, T, R>, T extends EntityTableModel<?, E, T, R>, R extends EntityEditor<R>> A base class for testingEntityTableModelsubclasses.Fields in is.codion.framework.model.test declared as EntityTableModel -
Uses of EntityTableModel in is.codion.swing.framework.model
Classes in is.codion.swing.framework.model that implement EntityTableModelModifier and TypeClassDescriptionclassA TableModel implementation for displaying and working with entities.