Uses of Class
org.exoplatform.webui.form.validator.MultipleConditionsValidator
Packages that use MultipleConditionsValidator
-
Uses of MultipleConditionsValidator in org.exoplatform.webui.form.validator
Subclasses of MultipleConditionsValidator in org.exoplatform.webui.form.validatorModifier and TypeClassDescriptionclassCreated 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 : 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 : 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 this number is in a correct formatclassclassCreated 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 '_'classA 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.