|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRogValidatable
Represents an ROG node that that can be checked for validation errors.
| Method Summary | |
|---|---|
void |
getValidationErrors(List<XString> results,
String beanPathPrefix)
Collects validation errors into the provided list. |
boolean |
isValid()
Tests if this object has any validation errors. |
| Method Detail |
|---|
boolean isValid()
void getValidationErrors(List<XString> results,
String beanPathPrefix)
results - A results list into which validation errors will be collected.beanPathPrefix - The bean path prefix to use when identifying invalid fields or null if validating a top level entity.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||