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

Packages that use AbstractValidator
Package
Description
 
  • Uses of AbstractValidator 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 : Tran The Trong trongtt@gmail.com May 15, 2007 Validates whether a date is in a correct format
    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 : Le Bien Thuy lebienthuy@gmail.com Oct 10, 2007 Validates whether this value matches one regular expression.
    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 a field is empty This class acts like a flag "mandatory".
    class 
     
    class 
    Created 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 '*'
    class 
     
    class 
     
    class 
    Created by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether this value is null
    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 
    This validator checks the password against a policy named "passwordpolicy" from the validator configuration.
    class 
    Created 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 max
    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 
    Created by The eXo Platform SARL Author : dang.tung tungcnw@gmail.com Dec 12, 2007
    class 
    Created 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 max
    class 
    Created by The eXo Platform SAS Author : Tan Pham Dinh pdtanit@gmail.com Oct 30, 2008
    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.