| Modifier and Type | Method and Description | 
|---|---|
void | 
setErrorValidator(InputValidator<Integer> validator)
 Set a custom input validator for detecting errors for the user input. 
 | 
getValue, setValueChangedListenervoid setErrorValidator(InputValidator<Integer> validator)
Set a custom input validator for detecting errors for the user input.
Note: By default, a range validator verifying that the input value is between the specified minimum and maximum value is always attached to the user input.validator - the custom error input validatorCopyright © 2020. All rights reserved.