| Modifier and Type | Method and Description |
|---|---|
protected ValueBox.AutoValidator |
DateBox.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract ValueBox.AutoValidator |
ValueBox.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
protected ValueBox.AutoValidator |
AbstractSelect.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
protected ValueBox.AutoValidator |
TextBox.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
protected ValueBox.AutoValidator |
CheckBox.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
protected ValueBox.AutoValidator |
SwitchButton.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
protected ValueBox.AutoValidator |
AbstractSuggestBox.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
protected ValueBox.AutoValidator |
InputValueBox.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
protected ValueBox.AutoValidator |
TextArea.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
protected ValueBox.AutoValidator |
NumberBox.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
protected ValueBox.AutoValidator |
RadioGroup.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
| Modifier and Type | Class and Description |
|---|---|
class |
InputAutoValidator<E extends elemental2.dom.HTMLElement>
this class attach an
ValueBox.AutoValidate to a component
and bind the validation the EventType.blur |
| Modifier and Type | Method and Description |
|---|---|
protected ValueBox.AutoValidator |
AbstractTagsInput.createAutoValidator(ValueBox.AutoValidate autoValidate) |
| Modifier and Type | Method and Description |
|---|---|
protected ValueBox.AutoValidator |
TimeBox.createAutoValidator(ValueBox.AutoValidate autoValidate)
Create an AutoValidator that will automatically validate the component when it loses focus
|
protected ValueBox.AutoValidator |
InputTimeBox.createAutoValidator(ValueBox.AutoValidate autoValidate) |
Copyright © 2019–2022 Dominokit. All rights reserved.