W - the widget typeV - the value typepublic class RadioGroupBlankValidatorMixin<W extends RadioGroupBase<V>,V> extends BlankValidatorMixin<W,V>
errorHandler, validators| Constructor and Description |
|---|
RadioGroupBlankValidatorMixin(W inputWidget,
ErrorHandler errorHandler)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected BlankValidator<V> |
createBlankValidator()
Hook for custom blank validators.
|
addValidator, getAllowBlank, setAllowBlankaddValidationChangedHandler, fireEvent, getInputWidget, getValidateOnBlur, removeValidator, reset, setErrorHandler, setupBlurValidation, setupValueChangeValidation, setValidateOnBlur, setValidators, validate, validatepublic RadioGroupBlankValidatorMixin(W inputWidget, ErrorHandler errorHandler)
inputWidget - the input widgeterrorHandler - the error handlerprotected BlankValidator<V> createBlankValidator()
createBlankValidator in class BlankValidatorMixin<W extends RadioGroupBase<V>,V>Copyright © 2017. All rights reserved.