@ThreadRestricted(value="wicket") abstract class IDFieldValidator extends AbstractFormValidator
Constructor and Description |
---|
IDFieldValidator() |
Modifier and Type | Method and Description |
---|---|
FormComponent<?>[] |
getDependentFormComponents() |
(package private) abstract List<TextField<?>> |
idFields()
The fields for user identifiers, one for each of the authentication options
offered by the form.
|
void |
validate(Form<?> form) |
error, error, error, error, resourceKey, variablesMap
afterRender, beforeRender, bind, canCallListenerInterface, canCallListenerInterface, detach, getStatelessHint, isEnabled, isTemporary, onComponentTag, onConfigure, onEvent, onException, renderHead, unbind
IDFieldValidator()
abstract List<TextField<?>> idFields()
public FormComponent<?>[] getDependentFormComponents()