Skip navigation links
A B C D E F G I L M N O P R S T U V W 

A

AbstractCalendarValidator - Class in org.apache.commons.validator.routines
Abstract class for Date/Time/Calendar validation.
AbstractCalendarValidator(boolean, int, int) - Constructor for class org.apache.commons.validator.routines.AbstractCalendarValidator
Construct an instance with the specified strict, time and date style parameters.
AbstractFormatValidator - Class in org.apache.commons.validator.routines
Abstract class for Format based Validation.
AbstractFormatValidator(boolean) - Constructor for class org.apache.commons.validator.routines.AbstractFormatValidator
Construct an instance with the specified strict setting.
AMEX - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
Option specifying that American Express cards are allowed.
AMEX_VALIDATOR - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
American Express (Amex) Card Validator
appendValue(int, View, Type) - Static method in class br.com.ilhasoft.support.validation.util.ViewTagHelper
 

B

bindingDate(TextView, String, String, boolean) - Static method in class br.com.ilhasoft.support.validation.binding.DateBindings
 
bindingEmpty(TextView, boolean, String, boolean) - Static method in class br.com.ilhasoft.support.validation.binding.LengthBindings
 
bindingMaxLength(TextView, int, String, boolean) - Static method in class br.com.ilhasoft.support.validation.binding.LengthBindings
 
bindingMinLength(TextView, int, String, boolean) - Static method in class br.com.ilhasoft.support.validation.binding.LengthBindings
 
bindingPassword(TextView, TextView, String, boolean) - Static method in class br.com.ilhasoft.support.validation.binding.PasswordBindings
 
bindingRegex(TextView, String, String, boolean) - Static method in class br.com.ilhasoft.support.validation.binding.RegexBindings
 
bindingTypeValidation(TextView, String, String, boolean) - Static method in class br.com.ilhasoft.support.validation.binding.TypeBindings
 
br.com.ilhasoft.support.validation - package br.com.ilhasoft.support.validation
 
br.com.ilhasoft.support.validation.binding - package br.com.ilhasoft.support.validation.binding
 
br.com.ilhasoft.support.validation.rule - package br.com.ilhasoft.support.validation.rule
 
br.com.ilhasoft.support.validation.util - package br.com.ilhasoft.support.validation.util
 

C

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.

D

DateBindings - Class in br.com.ilhasoft.support.validation.binding
Created by john-mac on 6/16/16.
DateBindings() - Constructor for class br.com.ilhasoft.support.validation.binding.DateBindings
 
DateRule - Class in br.com.ilhasoft.support.validation.rule
Created by john-mac on 6/16/16.
DateRule(TextView, String, String) - Constructor for class br.com.ilhasoft.support.validation.rule.DateRule
 
DateValidator - Class in org.apache.commons.validator.routines
Date Validation and Conversion routines (java.util.Date).
DateValidator() - Constructor for class org.apache.commons.validator.routines.DateValidator
Construct a strict instance with short date style.
DateValidator(boolean, int) - Constructor for class org.apache.commons.validator.routines.DateValidator
Construct an instance with the specified strict and date style parameters.
DINERS - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
Option specifying that Diners cards are allowed.
DINERS_VALIDATOR - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
Diners Card Validator
disableErrorOnChanged(TextView) - Static method in class br.com.ilhasoft.support.validation.util.EditTextHandler
 
disableValidation(View) - Method in class br.com.ilhasoft.support.validation.Validator
 
DISCOVER - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
Option specifying that Discover cards are allowed.
DISCOVER_VALIDATOR - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
Discover Card Validator

E

EditTextHandler - Class in br.com.ilhasoft.support.validation.util
Created by john-mac on 5/14/16.
EditTextHandler() - Constructor for class br.com.ilhasoft.support.validation.util.EditTextHandler
 
EmailTypeRule - Class in br.com.ilhasoft.support.validation.rule
Created by john-mac on 5/14/16.
EmailTypeRule(TextView, String) - Constructor for class br.com.ilhasoft.support.validation.rule.EmailTypeRule
 
EmptyRule - Class in br.com.ilhasoft.support.validation.rule
Created by john-mac on 5/14/16.
EmptyRule(TextView, Boolean, String) - Constructor for class br.com.ilhasoft.support.validation.rule.EmptyRule
 
enableFieldValidationMode() - Method in class br.com.ilhasoft.support.validation.Validator
 
enableFormValidationMode() - Method in class br.com.ilhasoft.support.validation.Validator
 
enableValidation(View) - Method in class br.com.ilhasoft.support.validation.Validator
 
errorMessage - Variable in class br.com.ilhasoft.support.validation.rule.Rule
 
ErrorMessageHelper - Class in br.com.ilhasoft.support.validation.util
Created by john-mac on 3/24/17.
ErrorMessageHelper() - Constructor for class br.com.ilhasoft.support.validation.util.ErrorMessageHelper
 
errorMessageId - Variable in enum br.com.ilhasoft.support.validation.rule.TypeRule.FieldType
 

F

filterViewsWithTag(int, List<ViewType>) - Static method in class br.com.ilhasoft.support.validation.util.ViewTagHelper
 
filterViewWithTag(int, View) - Static method in class br.com.ilhasoft.support.validation.util.ViewTagHelper
 
format(Object, TimeZone) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format an object into a String using the default Locale.
format(Object, String, TimeZone) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format an object into a String using the specified pattern.
format(Object, Locale, TimeZone) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format an object into a String using the specified Locale.
format(Object, String, Locale) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format an object using the specified pattern and/or Locale.
format(Object, String, Locale, TimeZone) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format an object using the specified pattern and/or Locale.
format(Object, Format) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Format a value with the specified DateFormat.
format(Object) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Format an object into a String using the default Locale.
format(Object, String) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Format an object into a String using the specified pattern.
format(Object, Locale) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Format an object into a String using the specified Locale.
format(Object, String, Locale) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Format an object using the specified pattern and/or Locale.
format(Object, Format) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Format a value with the specified Format.

G

getCheckDigit() - Method in class org.apache.commons.validator.routines.CodeValidator
Return the check digit validation routine.
getFormat(String, Locale) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Returns a DateFormat for the specified pattern and/or Locale.
getFormat(Locale) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Returns a DateFormat for the specified Locale.
getFormat(String, Locale) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Returns a Format for the specified pattern and/or Locale.
getInstance() - Static method in class org.apache.commons.validator.routines.DateValidator
Return a singleton instance of this validator.
getMaxLength() - Method in class org.apache.commons.validator.routines.CodeValidator
Return the maximum length of the code.
getMinLength() - Method in class org.apache.commons.validator.routines.CodeValidator
Return the minimum length of the code.
getModulus() - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
Return the modulus value this check digit routine is based on.
getRegexValidator() - Method in class org.apache.commons.validator.routines.CodeValidator
Return the regular expression validator.
getStringOrDefault(View, String, int) - Static method in class br.com.ilhasoft.support.validation.util.ErrorMessageHelper
 
getStringOrDefault(View, String, int, int) - Static method in class br.com.ilhasoft.support.validation.util.ErrorMessageHelper
 
getStringOrDefault(View, CharSequence, int) - Static method in class br.com.ilhasoft.support.validation.util.ErrorMessageHelper
 
getStringOrDefault(View, CharSequence, int, int) - Static method in class br.com.ilhasoft.support.validation.util.ErrorMessageHelper
 
getView() - Method in class br.com.ilhasoft.support.validation.rule.Rule
 
getViewsByTag(ViewGroup, int) - Static method in class br.com.ilhasoft.support.validation.util.ViewTagHelper
 

I

instantiate(TextView, String) - Method in enum br.com.ilhasoft.support.validation.rule.TypeRule.FieldType
 
isStrict() - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Indicates whether validated values should adhere strictly to the Format used.
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.ConfirmPasswordRule
 
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.CpfTypeRule
 
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.CreditCardTypeRule
 
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.DateRule
 
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.EmailTypeRule
 
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.EmptyRule
 
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.MaxLengthRule
 
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.MinLengthRule
 
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.RegexRule
 
isValid(ViewType) - Method in class br.com.ilhasoft.support.validation.rule.Rule
 
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.UrlTypeRule
 
isValid(TextView) - Method in class br.com.ilhasoft.support.validation.rule.UsernameRule
 
isValid(String, String, Locale) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Validate using the specified Locale.
isValid(String) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Validate using the default Locale.
isValid(String, String) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Validate using the specified pattern.
isValid(String, Locale) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Validate using the specified Locale.
isValid(String, String, Locale) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Validate using the specified pattern and/or Locale.
isValid(String) - Method in interface org.apache.commons.validator.routines.checkdigit.CheckDigit
Validates the check digit for the code.
isValid(String) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
Validate a modulus check digit for a code.
isValid(String) - Method in class org.apache.commons.validator.routines.CodeValidator
Validate the code returning either true or false.
isValid(String) - Method in class org.apache.commons.validator.routines.CreditCardValidator
Checks if the field is a valid credit card number.
isValid(String) - Method in class org.apache.commons.validator.routines.RegexValidator
Validate a value against the set of regular expressions.

L

LengthBindings - Class in br.com.ilhasoft.support.validation.binding
Created by john-mac on 5/14/16.
LengthBindings() - Constructor for class br.com.ilhasoft.support.validation.binding.LengthBindings
 
LUHN_CHECK_DIGIT - Static variable in class org.apache.commons.validator.routines.checkdigit.LuhnCheckDigit
Singleton Luhn Check Digit instance
LuhnCheckDigit - Class in org.apache.commons.validator.routines.checkdigit
Modulus 10 Luhn Check Digit calculation/validation.
LuhnCheckDigit() - Constructor for class org.apache.commons.validator.routines.checkdigit.LuhnCheckDigit
Construct a modulus 10 Luhn Check Digit routine.

M

MASTERCARD - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
Option specifying that Mastercard cards are allowed.
MASTERCARD_PRE_OCT2016 - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
Deprecated.
for use until Oct 2016 only
MASTERCARD_VALIDATOR - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
Mastercard Card Validator
MASTERCARD_VALIDATOR_PRE_OCT2016 - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
Deprecated.
for use until Oct 2016 only
match(String) - Method in class org.apache.commons.validator.routines.RegexValidator
Validate a value against the set of regular expressions returning the array of matched groups.
MaxLengthRule - Class in br.com.ilhasoft.support.validation.rule
Created by john-mac on 5/14/16.
MaxLengthRule(TextView, Integer, String) - Constructor for class br.com.ilhasoft.support.validation.rule.MaxLengthRule
 
MinLengthRule - Class in br.com.ilhasoft.support.validation.rule
Created by john-mac on 5/14/16.
MinLengthRule(TextView, Integer, String) - Constructor for class br.com.ilhasoft.support.validation.rule.MinLengthRule
 
ModulusCheckDigit - Class in org.apache.commons.validator.routines.checkdigit
Abstract Modulus Check digit calculation/validation.
ModulusCheckDigit(int) - Constructor for class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
Construct a CheckDigit routine for a specified modulus.

N

NONE - Static variable in class org.apache.commons.validator.routines.CreditCardValidator
Option specifying that no cards are allowed.

O

onValidationError() - Method in interface br.com.ilhasoft.support.validation.Validator.ValidationListener
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.ConfirmPasswordRule
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.CpfTypeRule
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.CreditCardTypeRule
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.DateRule
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.EmailTypeRule
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.EmptyRule
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.MaxLengthRule
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.MinLengthRule
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.RegexRule
 
onValidationFailed(ViewType) - Method in class br.com.ilhasoft.support.validation.rule.Rule
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.UrlTypeRule
 
onValidationFailed(TextView) - Method in class br.com.ilhasoft.support.validation.rule.UsernameRule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.ConfirmPasswordRule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.CpfTypeRule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.CreditCardTypeRule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.DateRule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.EmailTypeRule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.EmptyRule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.MaxLengthRule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.MinLengthRule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.RegexRule
 
onValidationSucceeded(ViewType) - Method in class br.com.ilhasoft.support.validation.rule.Rule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.UrlTypeRule
 
onValidationSucceeded(TextView) - Method in class br.com.ilhasoft.support.validation.rule.UsernameRule
 
onValidationSuccess() - Method in interface br.com.ilhasoft.support.validation.Validator.ValidationListener
 
org.apache.commons.validator.routines - package org.apache.commons.validator.routines
 
org.apache.commons.validator.routines.checkdigit - package org.apache.commons.validator.routines.checkdigit
 

P

parse(String, String, Locale, TimeZone) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Checks if the value is valid against a specified pattern.
parse(String, Format) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Parse the value with the specified Format.
PasswordBindings - Class in br.com.ilhasoft.support.validation.binding
Created by felipe on 22/12/16.
PasswordBindings() - Constructor for class br.com.ilhasoft.support.validation.binding.PasswordBindings
 
processParsedValue(Object, Format) - Method in class org.apache.commons.validator.routines.AbstractCalendarValidator
Process the parsed value, performing any further validation and type conversion required.
processParsedValue(Object, Format) - Method in class org.apache.commons.validator.routines.AbstractFormatValidator
Process the parsed value, performing any further validation and type conversion required.
processParsedValue(Object, Format) - Method in class org.apache.commons.validator.routines.DateValidator
Returns the parsed Date unchanged.

R

RegexBindings - Class in br.com.ilhasoft.support.validation.binding
Created by john-mac on 3/24/17.
RegexBindings() - Constructor for class br.com.ilhasoft.support.validation.binding.RegexBindings
 
RegexRule - Class in br.com.ilhasoft.support.validation.rule
Created by john-mac on 6/16/16.
RegexRule(TextView, String, String) - Constructor for class br.com.ilhasoft.support.validation.rule.RegexRule
 
RegexValidator - Class in org.apache.commons.validator.routines
Regular Expression validation (using JDK 1.4+ regex support).
RegexValidator(String) - Constructor for class org.apache.commons.validator.routines.RegexValidator
Construct a case sensitive validator for a single regular expression.
RegexValidator(String, boolean) - Constructor for class org.apache.commons.validator.routines.RegexValidator
Construct a validator for a single regular expression with the specified case sensitivity.
RegexValidator(String[]) - Constructor for class org.apache.commons.validator.routines.RegexValidator
Construct a case sensitive validator that matches any one of the set of regular expressions.
RegexValidator(String[], boolean) - Constructor for class org.apache.commons.validator.routines.RegexValidator
Construct a validator that matches any one of the set of regular expressions with the specified case sensitivity.
removeError(TextView) - Static method in class br.com.ilhasoft.support.validation.util.EditTextHandler
 
Rule<ViewType extends android.view.View,ValueType> - Class in br.com.ilhasoft.support.validation.rule
Created by john-mac on 5/14/16.
Rule(ViewType, ValueType, String) - Constructor for class br.com.ilhasoft.support.validation.rule.Rule
 

S

setError(TextView, String) - Static method in class br.com.ilhasoft.support.validation.util.EditTextHandler
 
setValidationListener(Validator.ValidationListener) - Method in class br.com.ilhasoft.support.validation.Validator
 
sumDigits(int) - Static method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
Add together the individual digits in a number.

T

toCheckDigit(int) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
Convert an integer value to a check digit.
toInt(char, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
Convert a character at a specified position to an integer value.
toString() - Method in class org.apache.commons.validator.routines.RegexValidator
Provide a String representation of this validator.
toValidate() - Method in class br.com.ilhasoft.support.validation.Validator
 
TypeBindings - Class in br.com.ilhasoft.support.validation.binding
Created by john-mac on 5/14/16.
TypeBindings() - Constructor for class br.com.ilhasoft.support.validation.binding.TypeBindings
 
TypeRule - Class in br.com.ilhasoft.support.validation.rule
Created by john-mac on 5/14/16.
TypeRule(TextView, TypeRule.FieldType, String) - Constructor for class br.com.ilhasoft.support.validation.rule.TypeRule
 
TypeRule.FieldType - Enum in br.com.ilhasoft.support.validation.rule
 

U

UrlTypeRule - Class in br.com.ilhasoft.support.validation.rule
Created by john-mac on 5/14/16.
UrlTypeRule(TextView, String) - Constructor for class br.com.ilhasoft.support.validation.rule.UrlTypeRule
 
UsernameRule - Class in br.com.ilhasoft.support.validation.rule
Created by john-mac on 3/24/17.
UsernameRule(TextView, String) - Constructor for class br.com.ilhasoft.support.validation.rule.UsernameRule
 

V

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

W

weightedValue(int, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.LuhnCheckDigit
Calculates the weighted value of a charcter in the code at a specified position.
weightedValue(int, int, int) - Method in class org.apache.commons.validator.routines.checkdigit.ModulusCheckDigit
Calculates the weighted value of a character in the code at a specified position.
A B C D E F G I L M N O P R S T U V W 
Skip navigation links