Interface IAddDescription


public interface IAddDescription
Sub builder for configuring the property added via ValueDescriptorFormModelBuilder.addDescriptor(IValueAccessor, IValueDescriptor) .
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    required(boolean required)
    Sets whether the field is required.
  • Method Details

    • required

      IAddDescription required(boolean required)
      Sets whether the field is required. A non-required field can be removed from the configuration.
      Parameters:
      required - true if the field is required, false otherwise.
      Returns:
      This builder instance for chaining method calls.