|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.pagecontrols.framework.AValidator
public abstract class AValidator
This abstract class defines some basic elements that all Validators share. A Validator is an object used by Page Controls to validate their input against its internal criteria that standardizes Page Control Validation. Each Validator has a Validate method for server side validation and has a GetJSValidationCode & GetJSFunction method for client side validation.
| Field Summary | |
|---|---|
java.lang.String |
m_sErrorMessage
error message associated with this validator |
| Constructor Summary | |
|---|---|
AValidator()
|
|
| Method Summary | |
|---|---|
java.lang.String |
GetErrorMessage()
Returns the error message |
void |
SetErrorMessage(java.lang.String errorMessage)
Sets the error message |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String m_sErrorMessage
| Constructor Detail |
|---|
public AValidator()
| Method Detail |
|---|
public java.lang.String GetErrorMessage()
public void SetErrorMessage(java.lang.String errorMessage)
errorMessage - the error message
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||