Interface FormBindingElement.Builder

    • Method Detail

      • element

        FormBindingElement.Builder element​(String element)

        The name of the component to retrieve a value from.

        Parameters:
        element - The name of the component to retrieve a value from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • property

        FormBindingElement.Builder property​(String property)

        The property to retrieve a value from.

        Parameters:
        property - The property to retrieve a value from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.