Class MandatoryValidator

java.lang.Object
org.exoplatform.webui.form.validator.AbstractValidator
org.exoplatform.webui.form.validator.MandatoryValidator
All Implemented Interfaces:
Serializable, Validator

public class MandatoryValidator extends AbstractValidator implements Serializable
Created by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether a field is empty This class acts like a flag "mandatory". When you want to specify that a UIFormInput field is mandatory in your form, add it this validator. A '*' character will be automatically added during the rendering phase to specify the user
See Also: