Interface ValueMappings.Builder

    • Method Detail

      • values

        ValueMappings.Builder values​(Collection<ValueMapping> values)

        The value and display value pairs.

        Parameters:
        values - The value and display value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ValueMappings.Builder values​(ValueMapping... values)

        The value and display value pairs.

        Parameters:
        values - The value and display value pairs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bindingProperties

        ValueMappings.Builder bindingProperties​(Map<String,​FormInputBindingPropertiesValue> bindingProperties)

        The information to bind fields to data at runtime.

        Parameters:
        bindingProperties - The information to bind fields to data at runtime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.