Uses of Interface
org.exoplatform.webui.form.validator.Validator
Packages that use Validator
-
Uses of Validator in org.exoplatform.webui.form
Fields in org.exoplatform.webui.form with type parameters of type ValidatorModifier and TypeFieldDescriptionUIFormInputBase.validatorsThe list of validators for this form elementUIFormMultiValueInputSet.validatorsA list of validatorsMethods in org.exoplatform.webui.form with type parameters of type ValidatorModifier and TypeMethodDescription<E extends Validator>
UIFormInputUIFormInput.addValidator(Class<E> clazz, Object... params) <E extends Validator>
UIFormInputBase<T> UIFormInputBase.addValidator(Class<E> clazz, Object... params) <E extends Validator>
UIFormInputUIFormInputContainer.addValidator(Class<E> clazz, Object... params) <E extends Validator>
UIFormInputUIFormPageIterator.addValidator(Class<E> clazz, Object... params) <E extends Validator>
UIFormInputUIFormPopupWindow.addValidator(Class<E> clazz, Object... params) Methods in org.exoplatform.webui.form that return types with arguments of type ValidatorModifier and TypeMethodDescriptionUIFormInput.getValidators()UIFormInputBase.getValidators()UIFormInputContainer.getValidators() -
Uses of Validator in org.exoplatform.webui.form.validator
Classes in org.exoplatform.webui.form.validator that implement ValidatorModifier and TypeClassDescriptionclassclassCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006
Validates whether the value is composed of letters, digit , '_' or '-'h First character could not be digit or '-'classCreated by The eXo Platform SARL Author : Tran The Trong trongtt@gmail.com May 15, 2007 Validates whether a date is in a correct formatclassCreated by The eXo Platform SARL Author : Walid Khessairi wkhessairi@exoplatform.com Jan 02, 2017 Validates whether this double is in a correct formatclassCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether an email is in the correct format Valid characters that can be used in a domain name are: a-z 0-9 - (dash) or .classCreated by The eXo Platform SARL Author : Le Bien Thuy lebienthuy@gmail.com Oct 10, 2007 Validates whether this value matches one regular expression.classCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether the value is composed of letters, digit , '_' or '-'h First character could not be digit or '-'classCreated 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".classclassCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether this value is composed of letters, numbers, '_', '-', '.' or '*'classclassclassCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether this value is nullclassCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether this number is in a correct formatclassclassThis validator checks the password against a policy named "passwordpolicy" from the validator configuration.classCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether this value has a length between min and maxclassclassCreated by The eXo Platform SARL Author : Vu Duy Tu duytucntt@gmail.com Jun 22, 2007 Validates whether this number is positive or 0classCreated by The eXo Platform SARL Author : dang.tung tungcnw@gmail.com 14 March, 2006 Validates whether the value is composed of letters, numbers or '_'classCreated by The eXo Platform SARL Author : dang.tung tungcnw@gmail.com Dec 12, 2007classCreated by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006
Validates whether this value has a length between min and maxclassCreated by The eXo Platform SAS Author : Tan Pham Dinh pdtanit@gmail.com Oct 30, 2008classA user-configurable validator.classValidate username whether the value is only alpha lower, digit, dot and underscore with first, last character is alpha lower or digit and cannot contain consecutive underscore, dot or both.