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.

@FunctionalInterface public static interface ViewElement.WitherSetter<T extends ViewElement>
Function that modifies a view element by setting or adding values. Typical example: setting an attribute value.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyTo(T target)
     
  • Method Details

    • applyTo

      void applyTo(T target)