Uses of Interface
com.foreach.across.modules.entity.config.AttributeRegistrar
Package
Description
-
Uses of AttributeRegistrar in com.foreach.across.modules.entity
Modifier and TypeMethodDescriptionstatic AttributeRegistrar<EntityViewFactory>
Register a default view menu item with the registered path.static AttributeRegistrar<EntityViewFactory>
EntityAttributeRegistrars.adminMenu
(String menuPath, Consumer<com.foreach.across.modules.web.menu.PathBasedMenuBuilder.PathBasedMenuItemBuilder> itemCustomizer) Register a default view menu item with the registered path.static <S> AttributeRegistrar<EntityViewFactory>
EntityAttributeRegistrars.adminMenu
(Consumer<EntityAdminMenuEvent<S>> menuEventConsumer) Register a custom menu event consumer.static <U extends com.foreach.across.core.support.ReadableAttributes>
AttributeRegistrar<U>EntityAttributeRegistrars.templateValue
(@NonNull EntityPropertyTemplateValueResolver resolver) Register aEntityPropertyTemplateValueResolver
that should be used to resolve the value for a template control of a property.static <U extends com.foreach.across.core.support.ReadableAttributes>
AttributeRegistrar<U>EntityAttributeRegistrars.templateValue
(@NonNull Supplier<Object> supplier) Register a value supplier that should be used when fetching the value for a template control of a property.static <U extends com.foreach.across.core.support.ReadableAttributes>
AttributeRegistrar<U>EntityAttributeRegistrars.templateValue
(Object value) Register a fixed value as the value that should be used for a template control of a property. -
Uses of AttributeRegistrar in com.foreach.across.modules.entity.autosuggest
Modifier and TypeClassDescriptionfinal class
AutoSuggestDataAttributeRegistrar.DataSetRegistrar<T extends com.foreach.across.core.support.ReadableAttributes>
Alias to allow direct control specification after dataset attribute.Modifier and TypeMethodDescription<U extends com.foreach.across.core.support.ReadableAttributes>
AttributeRegistrar<U>AutoSuggestDataAttributeRegistrar.control
(@NonNull Consumer<AutoSuggestFormElementConfiguration> controlConsumer) Registers or customizes only theAutoSuggestFormElementConfiguration
which determines the default settings for the auto-suggest control (for example the minimum length before fetching results).<U extends T>
AttributeRegistrar<U>AutoSuggestDataAttributeRegistrar.DataSetRegistrar.control
(@NonNull Consumer<AutoSuggestFormElementConfiguration> controlConsumer) -
Uses of AttributeRegistrar in com.foreach.across.modules.entity.config.builders
Modifier and TypeMethodDescriptionAbstractWritableAttributesBuilder.attribute
(@NonNull AttributeRegistrar<T> attributeRegistrar) Add an attribute registrar for one or more attributes that should be added.EntityAssociationBuilder.attribute
(AttributeRegistrar<EntityAssociation> attributeRegistrar) EntityConfigurationBuilder.attribute
(AttributeRegistrar<EntityConfiguration<T>> attributeRegistrar) EntityListViewFactoryBuilder.attribute
(AttributeRegistrar<EntityViewFactory> attributeRegistrar) EntityPropertyDescriptorBuilder.attribute
(AttributeRegistrar<EntityPropertyDescriptor> attributeRegistrar) EntityPropertyRegistryBuilder.PropertyDescriptorBuilder.attribute
(AttributeRegistrar<EntityPropertyDescriptor> attributeRegistrar) EntityViewFactoryBuilder.attribute
(AttributeRegistrar<EntityViewFactory> attributeRegistrar)