Uses of Class
com.foreach.across.modules.web.ui.ScopedAttributesViewElementBuilderContext
-
Uses of ScopedAttributesViewElementBuilderContext in com.foreach.across.modules.web.ui
Modifier and TypeMethodDescriptionScopedAttributesViewElementBuilderContext.removeAttribute
(@NonNull Class attributeType) Remove an attribute from the builder context.ScopedAttributesViewElementBuilderContext.removeAttribute
(@NonNull String attributeName) Remove an attribute from the builder context.ScopedAttributesViewElementBuilderContext.withAttributeOverride
(@NonNull Class<Y> attributeType, Y attributeValue) Override an attribute value.ScopedAttributesViewElementBuilderContext.withAttributeOverride
(@NonNull String attributeName, Object attributeValue) Override an attribute value.default <Y> ScopedAttributesViewElementBuilderContext
ViewElementBuilderContext.withAttributeOverride
(Class<Y> attributeType, Y attributeValue) Create a temporaryCloseable
scope for the currentViewElementBuilderContext
in which the given attribute value is overridden with the specified value.ViewElementBuilderContext.withAttributeOverride
(String attributeName, Object attributeValue) Create a temporaryCloseable
scope for the currentViewElementBuilderContext
in which the given attribute value is overridden with the specified value.