|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jcorporate.expresso.core.controller.ValidationItem
A ValidationItem encapsulates a single item to be validated, typically an input collected from a web page submission.
Creation date: (7/19/00 3:30:40 PM)
| Constructor Summary | |
ValidationItem(String newFieldName,
boolean newIsRequired)
ValidationItem constructor comment. |
|
ValidationItem(String newFieldName,
boolean newIsRequired,
String newCheckClassName)
ValidationItem constructor comment. |
|
ValidationItem(String newFieldName,
String newFriendlyFieldName,
boolean newIsRequired,
String newCheckClassName)
ValidationItem constructor comment. |
|
ValidationItem(String newFieldName,
String newFriendlyFieldName,
String newDbFieldName,
boolean newIsRequired,
String newCheckClassName)
ValidationItem constructor comment. |
|
| Method Summary | |
void |
checkThisItem()
Creation date: (7/19/00 5:42:08 PM) |
String |
getCheckClassName()
Creation date: (7/19/00 3:39:59 PM) |
String |
getDbFieldName()
Creation date: (7/19/00 5:36:16 PM) |
String |
getFieldName()
Creation date: (7/19/00 3:36:25 PM) |
String |
getFriendlyFieldName()
Creation date: (7/19/00 3:57:23 PM) |
boolean |
isRequired()
Creation date: (7/19/00 3:37:33 PM) |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ValidationItem(String newFieldName,
String newFriendlyFieldName,
String newDbFieldName,
boolean newIsRequired,
String newCheckClassName)
public ValidationItem(String newFieldName,
String newFriendlyFieldName,
boolean newIsRequired,
String newCheckClassName)
public ValidationItem(String newFieldName,
boolean newIsRequired)
public ValidationItem(String newFieldName,
boolean newIsRequired,
String newCheckClassName)
| Method Detail |
public void checkThisItem()
throws ValidationException
com.jcorporate.expresso.core.controller.ValidationError - The
exception description.
ValidationExceptionpublic String getCheckClassName()
public String getDbFieldName()
public String getFieldName()
public String getFriendlyFieldName()
public boolean isRequired()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||