Uses of Class
com.foreach.across.modules.web.ui.ScopedAttributesViewElementBuilderContext
Packages that use ScopedAttributesViewElementBuilderContext
-
Uses of ScopedAttributesViewElementBuilderContext in com.foreach.across.modules.web.ui
Methods in com.foreach.across.modules.web.ui that return ScopedAttributesViewElementBuilderContextModifier 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> ScopedAttributesViewElementBuilderContextViewElementBuilderContext.withAttributeOverride(Class<Y> attributeType, Y attributeValue) Create a temporaryCloseablescope for the currentViewElementBuilderContextin which the given attribute value is overridden with the specified value.ViewElementBuilderContext.withAttributeOverride(String attributeName, Object attributeValue) Create a temporaryCloseablescope for the currentViewElementBuilderContextin which the given attribute value is overridden with the specified value.