|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An object that implements ValidationSubmitter
will cause validation to occur before a server submit is
allowed to occur.
Field Summary | |
static int |
RULESETS_RUN_ALL
Used to indicate that during a server submit event, all the rule sets present should be run, even if one of them fails. |
static int |
RULESETS_RUN_DEFAULT
Used to indicate that during a server submit event, if one of the rule sets present fails, then the validation process should stop. |
Method Summary | |
int |
getRunOptions()
This method is used to the run options for running all rule sets that might be present. |
boolean |
isValidationEnabled()
Returns true if this ValidationSubmitter is in fact active and will cause server submit validation to occur. |
Field Detail |
public static final int RULESETS_RUN_DEFAULT
public static final int RULESETS_RUN_ALL
Method Detail |
public boolean isValidationEnabled()
public int getRunOptions()
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |