Package org.exoplatform.webui.form.validator


package org.exoplatform.webui.form.validator
  • Class
    Description
     
    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 '-'
    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
    Created by The eXo Platform SARL Author : Walid Khessairi wkhessairi@exoplatform.com Jan 02, 2017 Validates whether this double is in a correct format
    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 .
    Created by The eXo Platform SARL Author : Le Bien Thuy lebienthuy@gmail.com Oct 10, 2007 Validates whether this value matches one regular expression.
    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 '-'
    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".
     
    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 '*'
     
     
    Created by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 Validates whether this value is null
    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
     
    This validator checks the password against a policy named "passwordpolicy" from the validator configuration.
    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
    Created by The eXo Platform SARL Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Apr 12, 2007 Validates whether the current user is allowed to perform the current operation
     
    Created by The eXo Platform SARL Author : Vu Duy Tu duytucntt@gmail.com Jun 22, 2007 Validates whether this number is positive or 0
    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 '_'
    Created by The eXo Platform SARL Author : dang.tung tungcnw@gmail.com Dec 12, 2007
    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
    Created by The eXo Platform SAS Author : Tan Pham Dinh pdtanit@gmail.com Oct 30, 2008
    A user-configurable validator.
    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.
    Created by The eXo Platform SARL Author : Dang Van Minh minhdv81@yahoo.com Jun 7, 2006 The base interface to create a validator