Interface ViewElement.WitherSetter<T extends ViewElement>
- Type Parameters:
T
- type of the view element
- All Known Implementing Classes:
AttributeWitherFunction.AttributeValueWitherFunction
,CssClassWitherFunction
,TextViewElement
- Enclosing interface:
- ViewElement
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Function that modifies a view element by setting or adding values.
Typical example: setting an attribute value.
-
Method Summary
-
Method Details
-
applyTo
-