|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.appflow.webflow.forms.ValidationStatus
The ValidationStatus
class allows programmer who writes an InputProcessor
to set the status of
the field validation result. This result is used to indicate whether InputProcessor
is successful or not
in validating all the form fields of JSP.
Field Summary | |
boolean |
bStatus
Status flag. |
Constructor Summary | |
ValidationStatus()
|
Method Summary | |
boolean |
getStatus()
Get the status. |
void |
setStatus(boolean status)
Set the status. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public boolean bStatus
Constructor Detail |
public ValidationStatus()
Method Detail |
public boolean getStatus()
public void setStatus(boolean status)
status
- status to be set.
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |