- calculate(String) - Method in interface org.apache.commons.validator.routines.checkdigit.CheckDigit
-
Calculates the Check Digit for a code.
- calculate(String) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Calculate a modulus Check Digit for a code which does not yet have one.
- calculateModulus(String, boolean) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
-
Calculate the modulus for a code.
- CheckDigit - Interface in org.apache.commons.validator.routines.checkdigit
-
Check Digit calculation and validation.
- CheckDigitException - Exception in org.apache.commons.validator.routines.checkdigit
-
Check Digit calculation/validation error.
- CheckDigitException() - Constructor for exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Construct an Exception with no message.
- CheckDigitException(String) - Constructor for exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Construct an Exception with a message.
- CheckDigitException(String, Throwable) - Constructor for exception org.apache.commons.validator.routines.checkdigit.CheckDigitException
-
Construct an Exception with a message and
the underlying cause.
- CodeValidator - Class in org.apache.commons.validator.routines
-
Generic
Code Validation providing format, minimum/maximum
length and
CheckDigit validations.
- CodeValidator(String, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Construct a code validator with a specified regular
expression and
CheckDigit.
- CodeValidator(String, int, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Construct a code validator with a specified regular
expression, length and
CheckDigit.
- CodeValidator(String, int, int, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Construct a code validator with a specified regular
expression, minimum/maximum length and
CheckDigit validation.
- CodeValidator(RegexValidator, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Construct a code validator with a specified regular expression,
validator and
CheckDigit validation.
- CodeValidator(RegexValidator, int, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Construct a code validator with a specified regular expression,
validator, length and
CheckDigit validation.
- CodeValidator(RegexValidator, int, int, CheckDigit) - Constructor for class org.apache.commons.validator.routines.CodeValidator
-
Construct a code validator with a specified regular expression
validator, minimum/maximum length and
CheckDigit validation.
- compare(Calendar, Calendar, int) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
-
Compares a calendar value to another, indicating whether it is
equal, less then or more than at a specified level.
- compareDates(Date, Date, TimeZone) - Method in class org.apache.commons.validator.routines.DateValidator
-
Compare Dates (day, month and year - not time).
- compareMonths(Date, Date, TimeZone) - Method in class org.apache.commons.validator.routines.DateValidator
-
Compare Months (month and year).
- compareQuarters(Calendar, Calendar, int) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
-
Compares a calendar's quarter value to another, indicating whether it is
equal, less then or more than the specified quarter.
- compareQuarters(Date, Date, TimeZone) - Method in class org.apache.commons.validator.routines.DateValidator
-
Compare Quarters (quarter and year).
- compareQuarters(Date, Date, TimeZone, int) - Method in class org.apache.commons.validator.routines.DateValidator
-
Compare Quarters (quarter and year).
- compareTime(Calendar, Calendar, int) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
-
Compares a calendar time value to another, indicating whether it is
equal, less then or more than at a specified level.
- compareWeeks(Date, Date, TimeZone) - Method in class org.apache.commons.validator.routines.DateValidator
-
Compare Weeks (week and year).
- compareYears(Date, Date, TimeZone) - Method in class org.apache.commons.validator.routines.DateValidator
-
Compare Years.
- ConfirmPasswordRule - Class in br.com.ilhasoft.support.validation.rule
-
Created by john-mac on 5/14/16.
- ConfirmPasswordRule(TextView, TextView, String) - Constructor for class br.com.ilhasoft.support.validation.rule.ConfirmPasswordRule
-
- CpfTypeRule - Class in br.com.ilhasoft.support.validation.rule
-
Created by john-mac on 5/14/16.
- CpfTypeRule(TextView, String) - Constructor for class br.com.ilhasoft.support.validation.rule.CpfTypeRule
-
- CreditCardTypeRule - Class in br.com.ilhasoft.support.validation.rule
-
Created by john-mac on 6/16/16.
- CreditCardTypeRule(TextView, String) - Constructor for class br.com.ilhasoft.support.validation.rule.CreditCardTypeRule
-
- CreditCardValidator - Class in org.apache.commons.validator.routines
-
Perform credit card validations.
- CreditCardValidator() - Constructor for class org.apache.commons.validator.routines.CreditCardValidator
-
Create a new CreditCardValidator with default options.
- CreditCardValidator(long) - Constructor for class org.apache.commons.validator.routines.CreditCardValidator
-
Create a new CreditCardValidator with the specified options.
- CreditCardValidator(CodeValidator[]) - Constructor for class org.apache.commons.validator.routines.CreditCardValidator
-
Create a new CreditCardValidator with the specified
CodeValidators.
- validate() - Method in class br.com.ilhasoft.support.validation.rule.Rule
-
- validate() - Method in class br.com.ilhasoft.support.validation.Validator
-
- validate(View) - Method in class br.com.ilhasoft.support.validation.Validator
-
- validate(List<ViewType>) - Method in class br.com.ilhasoft.support.validation.Validator
-
- validate(String) - Method in class org.apache.commons.validator.routines.CodeValidator
-
Validate the code returning either the valid code or
null if invalid.
- validate(String) - Method in class org.apache.commons.validator.routines.CreditCardValidator
-
Checks if the field is a valid credit card number.
- validate(String) - Method in class org.apache.commons.validator.routines.DateValidator
-
Validate/convert a Date using the default
Locale and TimeZone.
- validate(String, TimeZone) - Method in class org.apache.commons.validator.routines.DateValidator
-
Validate/convert a Date using the specified
TimeZone and default Locale.
- validate(String, String) - Method in class org.apache.commons.validator.routines.DateValidator
-
Validate/convert a Date using the specified
pattern and default TimeZone.
- validate(String, String, TimeZone) - Method in class org.apache.commons.validator.routines.DateValidator
-
Validate/convert a Date using the specified
pattern and TimeZone.
- validate(String, Locale) - Method in class org.apache.commons.validator.routines.DateValidator
-
Validate/convert a Date using the specified
Locale and default TimeZone.
- validate(String, Locale, TimeZone) - Method in class org.apache.commons.validator.routines.DateValidator
-
Validate/convert a Date using the specified
Locale and TimeZone.
- validate(String, String, Locale) - Method in class org.apache.commons.validator.routines.DateValidator
-
Validate/convert a Date using the specified pattern
and Locale and the default TimeZone.
- validate(String, String, Locale, TimeZone) - Method in class org.apache.commons.validator.routines.DateValidator
-
Validate/convert a Date using the specified
pattern, and Locale and TimeZone.
- validate(String) - Method in class org.apache.commons.validator.routines.RegexValidator
-
Validate a value against the set of regular expressions
returning a String value of the aggregated groups.
- Validator - Class in br.com.ilhasoft.support.validation
-
Created by john-mac on 5/14/16.
- Validator(ViewDataBinding) - Constructor for class br.com.ilhasoft.support.validation.Validator
-
- Validator.ValidationListener - Interface in br.com.ilhasoft.support.validation
-
- value - Variable in class br.com.ilhasoft.support.validation.rule.Rule
-
- valueOf(String) - Static method in enum br.com.ilhasoft.support.validation.rule.TypeRule.FieldType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum br.com.ilhasoft.support.validation.rule.TypeRule.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- view - Variable in class br.com.ilhasoft.support.validation.rule.Rule
-
- ViewTagHelper - Class in br.com.ilhasoft.support.validation.util
-
Created by john-mac on 5/21/16.
- ViewTagHelper() - Constructor for class br.com.ilhasoft.support.validation.util.ViewTagHelper
-
- VISA - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
-
Option specifying that Visa cards are allowed.
- VISA_VALIDATOR - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
-
Visa Card Validator
- VPAY - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
-
Option specifying that VPay (Visa) cards are allowed.
- VPAY_VALIDATOR - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
-
VPay (Visa) Card Validator