public interface AzureFormInput<T> extends Validatable
Validatable.Validator| Modifier and Type | Field and Description |
|---|---|
static String |
MSG_REQUIRED |
| Modifier and Type | Method and Description |
|---|---|
default AzureValidationInfo |
doValidate() |
default String |
getLabel() |
T |
getValue() |
default boolean |
isRequired() |
void |
setValue(T val) |
getValidatorstatic final String MSG_REQUIRED
T getValue()
void setValue(T val)
@Nonnull default AzureValidationInfo doValidate()
doValidate in interface Validatabledefault boolean isRequired()
default String getLabel()
Copyright © 2021. All rights reserved.