T - the generic typepublic class RadioGroupBlankValidator<T> extends BlankValidator<T>
Validator.Priority| Constructor and Description |
|---|
RadioGroupBlankValidator(RadioGroupBase<T> inputWidget)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid(T value)
Checks if is valid.
|
getPrioritycreateErrorList, getInvalidMessage, validatepublic RadioGroupBlankValidator(RadioGroupBase<T> inputWidget)
inputWidget - the input widgetpublic boolean isValid(T value)
isValid in class BlankValidator<T>value - the valueCopyright © 2017. All rights reserved.