Uiinfrastructure API Docs  
 

AHTMLComponent.AddValidator Method 

Add a validator to this component's collection of validators.

public virtual void AddValidator(
   IValidator _ptValidator
);

Parameters

_ptValidator
a validator to add to the list of validators owned by this component

See Also

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