Uses of Class
org.exoplatform.webui.form.validator.MultipleConditionsValidator

Packages that use MultipleConditionsValidator
Package
Description
 
  • Uses of MultipleConditionsValidator in org.exoplatform.webui.form.validator

    Modifier and Type
    Class
    Description
    class 
    Created 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 '-'
    class 
    Created by The eXo Platform SARL Author : Walid Khessairi wkhessairi@exoplatform.com Jan 02, 2017 Validates whether this double is in a correct format
    class 
    Created 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 .
    class 
    Created 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 '-'
    class 
    Created by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether this number is in a correct format
    class 
     
    class 
    Created by The eXo Platform SARL Author : Vu Duy Tu duytucntt@gmail.com Jun 22, 2007 Validates whether this number is positive or 0
    class 
    Created by The eXo Platform SARL Author : dang.tung tungcnw@gmail.com 14 March, 2006 Validates whether the value is composed of letters, numbers or '_'
    class 
    A user-configurable validator.
    class 
    Validate 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.