Uiinfrastructure API Docs  
 

PageMgr.Validate Method 

This method validates all Page Controls owned by this PageMgr. It does so by looping through all registered ComponentMgrs which in turn loop through all their registered components (Page Controls). It returns an XPArrayList of all UIError messages generated by the various Page Controls.

public virtual XPArrayList Validate();

Return Value

XPArrayList of UIError objects.

See Also

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