Skip navigation links
A B C E F G H I L M N O P R S V 

A

add(FormError) - Method in class com.humandevice.android.formvalidator.errors.FormErrors
Add new FormError to the list
addAll(FormErrors) - Method in class com.humandevice.android.formvalidator.errors.FormErrors
 
addRule(View, Rule) - Method in class com.humandevice.android.formvalidator.FormValidator
 
addRule(View, Rule, Rule...) - Method in class com.humandevice.android.formvalidator.FormValidator
 
afterTextChanged(Editable) - Method in class com.humandevice.android.formvalidator.utils.ErrorTextWatcher
 
allowEmpty() - Method in class com.humandevice.android.formvalidator.rules.LengthRule
 

B

beforeTextChanged(CharSequence, int, int, int) - Method in class com.humandevice.android.formvalidator.utils.ErrorTextWatcher
 

C

CheckedRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
CheckedRule() - Constructor for class com.humandevice.android.formvalidator.rules.CheckedRule
 
checkInstance(View) - Method in class com.humandevice.android.formvalidator.rules.CheckedRule
 
checkInstance(View) - Method in class com.humandevice.android.formvalidator.rules.CustomRule
 
checkInstance(View) - Method in class com.humandevice.android.formvalidator.rules.EqualsRule
 
checkInstance(View) - Method in class com.humandevice.android.formvalidator.rules.LengthRule
 
checkInstance(View) - Method in class com.humandevice.android.formvalidator.rules.NotEmptyListRule
 
checkInstance(View) - Method in class com.humandevice.android.formvalidator.rules.NotEmptyRule
 
checkInstance(View) - Method in class com.humandevice.android.formvalidator.rules.RegexRule
 
checkInstance(View) - Method in class com.humandevice.android.formvalidator.rules.Rule
 
checkView(View) - Method in class com.humandevice.android.formvalidator.rules.CheckedRule
 
checkView(View) - Method in class com.humandevice.android.formvalidator.rules.CustomRule
 
checkView(View) - Method in class com.humandevice.android.formvalidator.rules.EqualsRule
 
checkView(View) - Method in class com.humandevice.android.formvalidator.rules.LengthRule
 
checkView(View) - Method in class com.humandevice.android.formvalidator.rules.NotEmptyListRule
 
checkView(View) - Method in class com.humandevice.android.formvalidator.rules.NotEmptyRule
 
checkView(View) - Method in class com.humandevice.android.formvalidator.rules.RegexRule
 
checkView(View) - Method in class com.humandevice.android.formvalidator.rules.Rule
 
clear() - Method in class com.humandevice.android.formvalidator.errors.FormErrors
Remove all errors
com.humandevice.android.formvalidator - package com.humandevice.android.formvalidator
 
com.humandevice.android.formvalidator.errors - package com.humandevice.android.formvalidator.errors
 
com.humandevice.android.formvalidator.rules - package com.humandevice.android.formvalidator.rules
 
com.humandevice.android.formvalidator.utils - package com.humandevice.android.formvalidator.utils
 
compare(Rule, Rule) - Method in class com.humandevice.android.formvalidator.rules.Rule.PriorityComparator
 
compareInt(int, int) - Static method in class com.humandevice.android.formvalidator.rules.Rule.PriorityComparator
 
count() - Method in class com.humandevice.android.formvalidator.errors.FormErrors
 
CustomRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
CustomRule(CustomRule.RuleChecker) - Constructor for class com.humandevice.android.formvalidator.rules.CustomRule
 
CustomRule.RuleChecker - Interface in com.humandevice.android.formvalidator.rules
 

E

EMAIL_PATTERN - Static variable in class com.humandevice.android.formvalidator.rules.EmailRule
 
EmailRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
EmailRule(boolean) - Constructor for class com.humandevice.android.formvalidator.rules.EmailRule
 
EmailRule() - Constructor for class com.humandevice.android.formvalidator.rules.EmailRule
 
equals(Object) - Method in class com.humandevice.android.formvalidator.utils.ErrorTextWatcher
 
EqualsRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
EqualsRule(View) - Constructor for class com.humandevice.android.formvalidator.rules.EqualsRule
 
EqualsRule(Object) - Constructor for class com.humandevice.android.formvalidator.rules.EqualsRule
 
errors - Variable in class com.humandevice.android.formvalidator.FormValidator
 
ErrorTextWatcher - Class in com.humandevice.android.formvalidator.utils
Created by Rafal Zajfert on 10.08.2015.
ErrorTextWatcher(TextView) - Constructor for class com.humandevice.android.formvalidator.utils.ErrorTextWatcher
 

F

FormError - Class in com.humandevice.android.formvalidator.errors
Created by Rafal Zajfert on 10.08.2015.
FormError(int, String, String) - Constructor for class com.humandevice.android.formvalidator.errors.FormError
 
FormErrors - Class in com.humandevice.android.formvalidator.errors
Created by Rafal Zajfert on 10.08.2015.
FormErrors() - Constructor for class com.humandevice.android.formvalidator.errors.FormErrors
 
FormValidator - Class in com.humandevice.android.formvalidator
Created by Rafal Zajfert on 10.08.2015.
FormValidator() - Constructor for class com.humandevice.android.formvalidator.FormValidator
 
FormValidatorUtils - Class in com.humandevice.android.formvalidator.utils
Created by Rafal Zajfert on 10.08.2015.
FormValidatorUtils() - Constructor for class com.humandevice.android.formvalidator.utils.FormValidatorUtils
 

G

getAllErrors() - Method in class com.humandevice.android.formvalidator.errors.FormErrors
 
getCode() - Method in class com.humandevice.android.formvalidator.errors.FormError
 
getCombinedMessage(String) - Method in class com.humandevice.android.formvalidator.errors.FormErrors
Returns concatenated errors messages for specified tag.
getErrors() - Method in class com.humandevice.android.formvalidator.FormValidator
 
getFieldTag() - Method in class com.humandevice.android.formvalidator.errors.FormError
 
getFieldTagsWithError() - Method in class com.humandevice.android.formvalidator.errors.FormErrors
 
getFormError() - Method in exception com.humandevice.android.formvalidator.errors.ViewFormErrorException
 
getMessage() - Method in class com.humandevice.android.formvalidator.errors.FormError
 
getPriority() - Method in class com.humandevice.android.formvalidator.rules.Rule
 
getRootView(Activity) - Static method in class com.humandevice.android.formvalidator.utils.FormValidatorUtils
 
getRuleList(View) - Method in class com.humandevice.android.formvalidator.FormValidator
 
getStatus() - Method in class com.humandevice.android.formvalidator.errors.RestFormError
 
getValue(View) - Static method in class com.humandevice.android.formvalidator.utils.FormValidatorUtils
 

H

hasErrors(String) - Method in class com.humandevice.android.formvalidator.errors.FormErrors
Check if the error list isEmpty
hasErrors() - Method in class com.humandevice.android.formvalidator.errors.FormErrors
Check if the error list isEmpty
hasErrors() - Method in class com.humandevice.android.formvalidator.FormValidator
 
hasErrors(View) - Method in class com.humandevice.android.formvalidator.FormValidator
 
hashCode() - Method in class com.humandevice.android.formvalidator.utils.ErrorTextWatcher
 

I

init(View) - Method in class com.humandevice.android.formvalidator.FormValidator
 
init(View) - Method in class com.humandevice.android.formvalidator.RealTimeFormValidator
 
initTextWatcher(TextView) - Method in class com.humandevice.android.formvalidator.FormValidator
 
initTextWatcher(TextView) - Method in class com.humandevice.android.formvalidator.RealTimeFormValidator
 
isAssignedToField() - Method in class com.humandevice.android.formvalidator.errors.FormError
 
isEmpty(Collection<?>) - Static method in class com.humandevice.android.formvalidator.utils.FormValidatorUtils
 
isEqual(Object, Object) - Method in class com.humandevice.android.formvalidator.rules.EqualsRule
 
isEqual(Object, Object) - Method in class com.humandevice.android.formvalidator.rules.NotEqualsRule
 
isLonger(String, Integer) - Static method in class com.humandevice.android.formvalidator.utils.FormValidatorUtils
 
isShorter(String, Integer) - Static method in class com.humandevice.android.formvalidator.utils.FormValidatorUtils
 
isValid(View) - Method in interface com.humandevice.android.formvalidator.rules.CustomRule.RuleChecker
Method should check if value of the view is valid or not

L

LengthRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
LengthRule(Integer, Integer) - Constructor for class com.humandevice.android.formvalidator.rules.LengthRule
 

M

MaxLengthRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
MaxLengthRule(int) - Constructor for class com.humandevice.android.formvalidator.rules.MaxLengthRule
 
message - Variable in class com.humandevice.android.formvalidator.rules.Rule
 
MinLengthRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
MinLengthRule(int) - Constructor for class com.humandevice.android.formvalidator.rules.MinLengthRule
 

N

NotEmptyListRule<E> - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
NotEmptyListRule(Collection<E>) - Constructor for class com.humandevice.android.formvalidator.rules.NotEmptyListRule
 
NotEmptyRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
NotEmptyRule() - Constructor for class com.humandevice.android.formvalidator.rules.NotEmptyRule
 
NotEqualsRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
NotEqualsRule(View) - Constructor for class com.humandevice.android.formvalidator.rules.NotEqualsRule
 
NotEqualsRule(Object) - Constructor for class com.humandevice.android.formvalidator.rules.NotEqualsRule
 

O

onTextChanged(CharSequence, int, int, int) - Method in class com.humandevice.android.formvalidator.utils.ErrorTextWatcher
 

P

PASSWORD_PATTERN - Static variable in class com.humandevice.android.formvalidator.rules.PasswordRule
 
PasswordRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
PasswordRule(boolean) - Constructor for class com.humandevice.android.formvalidator.rules.PasswordRule
 
PasswordRule() - Constructor for class com.humandevice.android.formvalidator.rules.PasswordRule
 
PHONE_PATTERN - Static variable in class com.humandevice.android.formvalidator.rules.PhoneRule
 
PhoneRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
PhoneRule(boolean) - Constructor for class com.humandevice.android.formvalidator.rules.PhoneRule
 
PhoneRule() - Constructor for class com.humandevice.android.formvalidator.rules.PhoneRule
 
POSTCODE_PATTERN - Static variable in class com.humandevice.android.formvalidator.rules.PostcodeRule
 
PostcodeRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
PostcodeRule(boolean) - Constructor for class com.humandevice.android.formvalidator.rules.PostcodeRule
 
PostcodeRule() - Constructor for class com.humandevice.android.formvalidator.rules.PostcodeRule
 
PRIORITY_ALL - Static variable in class com.humandevice.android.formvalidator.FormValidator
 
PriorityComparator() - Constructor for class com.humandevice.android.formvalidator.rules.Rule.PriorityComparator
 

R

RealTimeFormValidator - Class in com.humandevice.android.formvalidator
Created by Rafal Zajfert on 10.08.2015.
RealTimeFormValidator() - Constructor for class com.humandevice.android.formvalidator.RealTimeFormValidator
Uwaga: Validator musi ustawić własny focus change listener, jeśli potrzebne jest dodanie tego listenera to musi być to zrobione przed wywołaniem metody FormValidator.addRule(View, Rule)
RegexRule - Class in com.humandevice.android.formvalidator.rules
Created by Rafal Zajfert on 10.08.2015.
RegexRule(String) - Constructor for class com.humandevice.android.formvalidator.rules.RegexRule
 
RegexRule(String, boolean) - Constructor for class com.humandevice.android.formvalidator.rules.RegexRule
 
remove(String) - Method in class com.humandevice.android.formvalidator.errors.FormErrors
Removes all errors for the specified field
RestFormError - Class in com.humandevice.android.formvalidator.errors
Created by Rafal Zajfert on 10.08.2015.
RestFormError(String, String) - Constructor for class com.humandevice.android.formvalidator.errors.RestFormError
 
RestFormError(String, int, String, String) - Constructor for class com.humandevice.android.formvalidator.errors.RestFormError
 
Rule<T extends Rule<T>> - Class in com.humandevice.android.formvalidator.rules
Abstract rule implemented by concrete Rules.
Rule() - Constructor for class com.humandevice.android.formvalidator.rules.Rule
 
Rule.PriorityComparator - Class in com.humandevice.android.formvalidator.rules
 

S

setContext(Context) - Static method in class com.humandevice.android.formvalidator.rules.Rule
 
setErrors(FormErrors) - Method in class com.humandevice.android.formvalidator.FormValidator
 
setMessage(String) - Method in class com.humandevice.android.formvalidator.rules.Rule
 
setMessage(String, Object...) - Method in class com.humandevice.android.formvalidator.rules.Rule
 
setMessage(int) - Method in class com.humandevice.android.formvalidator.rules.Rule
 
setMessage(int, Object...) - Method in class com.humandevice.android.formvalidator.rules.Rule
 
setPriority(int) - Method in class com.humandevice.android.formvalidator.rules.Rule
 
showErrors(View, FormErrors) - Static method in class com.humandevice.android.formvalidator.utils.FormValidatorUtils
 
showErrors(View, FormErrors, boolean) - Static method in class com.humandevice.android.formvalidator.utils.FormValidatorUtils
 
showViewErrors(View, View, FormErrors, boolean) - Static method in class com.humandevice.android.formvalidator.utils.FormValidatorUtils
 

V

v - Variable in class com.humandevice.android.formvalidator.utils.ErrorTextWatcher
 
validate() - Method in class com.humandevice.android.formvalidator.FormValidator
 
validate(int) - Method in class com.humandevice.android.formvalidator.FormValidator
 
validate(View) - Method in class com.humandevice.android.formvalidator.rules.Rule
 
validateAllViews(int) - Method in class com.humandevice.android.formvalidator.FormValidator
 
validateView(View, int) - Method in class com.humandevice.android.formvalidator.FormValidator
 
validators - Variable in class com.humandevice.android.formvalidator.FormValidator
 
ViewFormError - Class in com.humandevice.android.formvalidator.errors
Created by Rafal Zajfert on 10.08.2015.
ViewFormError(int, String, String) - Constructor for class com.humandevice.android.formvalidator.errors.ViewFormError
 
ViewFormErrorException - Exception in com.humandevice.android.formvalidator.errors
Created by Rafal Zajfert on 06.11.2015.
ViewFormErrorException(ViewFormError) - Constructor for exception com.humandevice.android.formvalidator.errors.ViewFormErrorException
 
ViewFormErrorException(View, String) - Constructor for exception com.humandevice.android.formvalidator.errors.ViewFormErrorException
 
ViewFormErrorException(View, int, String) - Constructor for exception com.humandevice.android.formvalidator.errors.ViewFormErrorException
 
A B C E F G H I L M N O P R S V 
Skip navigation links