T - Value typepublic interface ValidatableInputBuilder<T> extends BaseValidatableInputBuilder<T,ValidatableInput<T>,ValidatableInputBuilder<T>>
ValidatableInput builder.| Modifier and Type | Method and Description |
|---|---|
static <T> ValidatableInputBuilder<T> |
create(Input<T> input)
Get a builder to create and setup a
ValidatableInput from given Input. |
buildrequired, required, required, required, required, validateOnValueChange, validationStatusHandler, withValidatorstatic <T> ValidatableInputBuilder<T> create(Input<T> input)
ValidatableInput from given Input.T - Value typeinput - The Input instance (not null)ValidatableInput builderCopyright © 2020 The Holon Platform. All rights reserved.