Uses of Interface
com.foreach.across.modules.entity.registry.EntityModel
Packages that use EntityModel
Package
Description
-
Uses of EntityModel in com.foreach.across.modules.entity.config.builders
Methods in com.foreach.across.modules.entity.config.builders that return EntityModelMethods in com.foreach.across.modules.entity.config.builders with parameters of type EntityModelModifier and TypeMethodDescriptionEntityConfigurationBuilder.entityModel(EntityModel<T, Serializable> entityModel) Sets a customEntityModelfor this configuration. -
Uses of EntityModel in com.foreach.across.modules.entity.registry
Classes in com.foreach.across.modules.entity.registry that implement EntityModelModifier and TypeClassDescriptionclassDefaultEntityModel<T,U extends Serializable> Default implementation ofEntityModelthat allows customizing the different methods using callbacks and delegate instances.Methods in com.foreach.across.modules.entity.registry that return EntityModelModifier and TypeMethodDescriptionEntityConfiguration.getEntityModel()EntityConfigurationImpl.getEntityModel()Methods in com.foreach.across.modules.entity.registry with parameters of type EntityModelModifier and TypeMethodDescriptionvoidEntityConfigurationImpl.setEntityModel(EntityModel<T, Serializable> entityModel) voidMutableEntityConfiguration.setEntityModel(EntityModel<T, Serializable> entityModel) Set theEntityModelfor interacting with the entity repository. -
Uses of EntityModel in com.foreach.across.modules.entity.views.bootstrapui.options
Methods in com.foreach.across.modules.entity.views.bootstrapui.options that return EntityModelMethods in com.foreach.across.modules.entity.views.bootstrapui.options with parameters of type EntityModelModifier and TypeMethodDescriptionvoidEntityQueryOptionIterableBuilder.setEntityModel(EntityModel entityModel) voidEnumOptionIterableBuilder.setEntityModel(EntityModel<Object, Serializable> entityModel) Optionally set an entity model that should be used for generating label and value instead of default enum serializing. -
Uses of EntityModel in com.foreach.across.modules.entity.views.bootstrapui.processors.element
Constructors in com.foreach.across.modules.entity.views.bootstrapui.processors.element with parameters of type EntityModelModifierConstructorDescriptionEntityModelTextPostProcessor(EntityPropertyDescriptor propertyDescriptor, @NonNull EntityModel entityModel) -
Uses of EntityModel in com.foreach.across.modules.entity.views.context
Methods in com.foreach.across.modules.entity.views.context that return EntityModelModifier and TypeMethodDescriptionDefaultEntityViewContext.getEntityModel()EntityViewContext.getEntityModel()Methods in com.foreach.across.modules.entity.views.context with parameters of type EntityModelModifier and TypeMethodDescriptionvoidConfigurableEntityViewContext.setEntityModel(EntityModel entityModel) voidDefaultEntityViewContext.setEntityModel(EntityModel entityModel)