Uiinfrastructure API Docs  
 

AComponent.Validate Method 

For every Validator associated with this object execute it's Validate method. Return an Arraylist of UIError objects generated from executing the Validators. Return and empty Arraylist if no problems were found.

public abstract XPArrayList Validate();

Return Value

Arraylist of UIErrors.

See Also

AComponent Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace