|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.markup.html.form.validation.AbstractFormValidator
public abstract class AbstractFormValidator
Base class for IFormValidators.
| Constructor Summary | |
|---|---|
AbstractFormValidator()
|
|
| Method Summary | |
|---|---|
protected java.util.Map |
messageModel()
Gets the default variables for interpolation. |
protected java.lang.String |
resourceKey(FormComponent[] components)
Gets the resource key for validator's error message from the ApplicationSettings class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface wicket.markup.html.form.validation.IFormValidator |
|---|
getDependentFormComponents, validate |
| Constructor Detail |
|---|
public AbstractFormValidator()
| Method Detail |
|---|
protected java.util.Map messageModel()
protected java.lang.String resourceKey(FormComponent[] components)
components - form components being validated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||