|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfc.web.forms.FieldValidator
fc.web.forms.VFilled
public final class VFilled
Validates that the field is filled out by the user.
Constructor Summary | |
---|---|
VFilled(Field field,
java.lang.String errorMessage)
Creates a new validator that fails validation if the fields is not filled out by the user. |
Method Summary | |
---|---|
boolean |
validate(FormData fd,
javax.servlet.http.HttpServletRequest req)
Validates a field's value to be isFilled. |
Methods inherited from class fc.web.forms.FieldValidator |
---|
getErrorMessage, getField |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VFilled(Field field, java.lang.String errorMessage)
Method Detail |
---|
public boolean validate(FormData fd, javax.servlet.http.HttpServletRequest req)
validate
in class FieldValidator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |