|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.markup.html.form.validation.AbstractValidator
wicket.markup.html.form.validation.StringValidator
wicket.markup.html.form.validation.PatternValidator
wicket.markup.html.form.validation.EmailAddressPatternValidator
public class EmailAddressPatternValidator
Validator for checking the form/pattern of email addresses.
| Constructor Summary | |
|---|---|
protected |
EmailAddressPatternValidator()
Protected constructor to force use of static singleton accessor method. |
| Method Summary | |
|---|---|
static EmailAddressPatternValidator |
getInstance()
|
protected java.lang.String |
resourceKey(FormComponent formComponent)
Gets the resource key for validator's error message from the ApplicationSettings class. |
| Methods inherited from class wicket.markup.html.form.validation.PatternValidator |
|---|
getPattern, messageModel, onValidate, toString |
| Methods inherited from class wicket.markup.html.form.validation.StringValidator |
|---|
exactLength, lengthBetween, maximumLength, minimumLength, validate |
| Methods inherited from class wicket.markup.html.form.validation.AbstractValidator |
|---|
error, error, error, error |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected EmailAddressPatternValidator()
| Method Detail |
|---|
public static EmailAddressPatternValidator getInstance()
protected java.lang.String resourceKey(FormComponent formComponent)
AbstractValidator
resourceKey in class PatternValidatorformComponent - form component that is being validated
AbstractValidator.resourceKey(wicket.markup.html.form.FormComponent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||