Uiinfrastructure API Docs  
 

NotEmptyValidator Class

A PageControl Validator to check that the value of the page control is not null or an empty String

For a list of all members of this type, see NotEmptyValidator Members.

System.Object
   com.plumtree.uiinfrastructure.pagecontrols.framework.AValidator
      com.plumtree.uiinfrastructure.validators.NotEmptyValidator

public class NotEmptyValidator : AValidator, IValidator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.validators

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

NotEmptyValidator Members | com.plumtree.uiinfrastructure.validators Namespace