|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidatorDescription
ValidatorDescription
| Method Summary | |
|---|---|
java.lang.String |
asXml()
Returns the validator XML definition. |
java.lang.String |
getFieldName()
Returns the field name to create the validation rule for. |
boolean |
isSimpleValidator()
|
void |
setKey(java.lang.String key)
Sets the I18N message key. |
void |
setMessage(java.lang.String message)
Sets the default validator failure message. |
void |
setShortCircuit(boolean shortCircuit)
Set the shortCircuit flag. |
| Method Detail |
|---|
java.lang.String asXml()
java.lang.String getFieldName()
void setKey(java.lang.String key)
key - the I18N message keyvoid setMessage(java.lang.String message)
message - the default validator failure messagevoid setShortCircuit(boolean shortCircuit)
shortCircuit - the shortCircuit flag.boolean isSimpleValidator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||