Interface IAddDescription
public interface IAddDescription
Sub builder for configuring the property added via
ValueDescriptorFormModelBuilder.addDescriptor(IValueAccessor, IValueDescriptor) .- Since:
- 8.5.0
-
Method Summary
-
Method Details
-
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.
-