Modifier and Type | Method and Description |
---|---|
void |
setErrorValidator(InputValidator<String> validator)
Set a custom input validator for detecting errors for the user input.
|
getValue, setValueChangedListener
void setErrorValidator(InputValidator<String> validator)
Set a custom input validator for detecting errors for the user input.
Note: For user inputs where an IP address can be entered, a validator verifying that the input value is a valid IP address is by default always attached to the user input.validator
- the custom error input validatorCopyright © 2021. All rights reserved.