|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.gwt.shared.CmsValidationQuery
public class CmsValidationQuery
A simple bean class which represents a validation request for a single form field.
Constructor Summary | |
---|---|
protected |
CmsValidationQuery()
Hidden default constructor. |
|
CmsValidationQuery(String validator,
String value,
String config)
Constructor. |
Method Summary | |
---|---|
String |
getConfig()
Gets the configuration string for the server-side validator. |
String |
getValidatorId()
Gets the class name of the server-side validator. |
String |
getValue()
Returns the value to validate. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsValidationQuery(String validator, String value, String config)
validator
- the server-side validator class namevalue
- the value to validateconfig
- the configuration string for the server-side validatorprotected CmsValidationQuery()
Method Detail |
---|
public String getConfig()
public String getValidatorId()
public String getValue()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |