Plumtree UI Infrastructure API  
 

HTMLNameDescLang.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 override XPArrayList Validate();

Return Value

Arraylist of UIErrors.

See Also

HTMLNameDescLang Class | com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols Namespace