Uses of Interface
com.foreach.across.modules.entity.config.AttributeRegistrar
Packages that use AttributeRegistrar
Package
Description
-
Uses of AttributeRegistrar in com.foreach.across.modules.entity
Methods in com.foreach.across.modules.entity that return AttributeRegistrarModifier 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 aEntityPropertyTemplateValueResolverthat 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
Classes in com.foreach.across.modules.entity.autosuggest that implement AttributeRegistrarModifier and TypeClassDescriptionfinal classAutoSuggestDataAttributeRegistrar.DataSetRegistrar<T extends com.foreach.across.core.support.ReadableAttributes>Alias to allow direct control specification after dataset attribute.Methods in com.foreach.across.modules.entity.autosuggest that return AttributeRegistrarModifier and TypeMethodDescription<U extends com.foreach.across.core.support.ReadableAttributes>
AttributeRegistrar<U>AutoSuggestDataAttributeRegistrar.control(@NonNull Consumer<AutoSuggestFormElementConfiguration> controlConsumer) Registers or customizes only theAutoSuggestFormElementConfigurationwhich 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
Methods in com.foreach.across.modules.entity.config.builders with parameters of type AttributeRegistrarModifier 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)