@ProviderType
public static interface Form.Builder.ConstructorStep<T>
Modifier and Type | Method and Description |
---|---|
Form.Builder.FieldStep<T> |
constructor(java.util.function.Supplier<T> supplier)
Adds a supplier that provides an instance of the class that
stores the form values.
|
Form.Builder.FieldStep<T> constructor(java.util.function.Supplier<T> supplier)
supplier
- the supplier