- validate() - Method in class com.mobsandgeeks.saripaar.Validator
-
Validates all
Views with
Rules.
- validate(boolean) - Method in class com.mobsandgeeks.saripaar.Validator
-
Validates all
Views with
Rules.
- validateBefore(View) - Method in class com.mobsandgeeks.saripaar.Validator
-
Validates all Views before the specified View
parameter.
- validateBefore(View, boolean) - Method in class com.mobsandgeeks.saripaar.Validator
-
Validates all Views before the specified View
parameter.
- validateTill(View) - Method in class com.mobsandgeeks.saripaar.Validator
-
Validates all Views till the specified View
parameter.
- validateTill(View, boolean) - Method in class com.mobsandgeeks.saripaar.Validator
-
Validates all Views till the specified View
parameter.
- ValidateUsing - Annotation Type in com.mobsandgeeks.saripaar.annotation
-
- ValidationContext - Class in com.mobsandgeeks.saripaar
-
Grants access to information about other Views in the controller object.
- ValidationError - Class in com.mobsandgeeks.saripaar
-
Contains a failed
View and the corresponding
Rule.
- Validator - Class in com.mobsandgeeks.saripaar
-
The
Validator takes care of validating the
Views in the given controller instance.
- Validator(Object) - Constructor for class com.mobsandgeeks.saripaar.Validator
-
Constructor.
- Validator.Mode - Enum in com.mobsandgeeks.saripaar
-
Validation mode.
- Validator.ValidationListener - Interface in com.mobsandgeeks.saripaar
-
Listener with callback methods that notifies the outcome of validation.
- Validator.ViewValidatedAction - Interface in com.mobsandgeeks.saripaar
-
Interface that provides a callback when all
Rules
associated with a
View passes.
- valueOf(String) - Static method in enum com.mobsandgeeks.saripaar.annotation.CreditCard.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mobsandgeeks.saripaar.annotation.Password.Scheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mobsandgeeks.saripaar.Validator.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mobsandgeeks.saripaar.annotation.CreditCard.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mobsandgeeks.saripaar.annotation.Password.Scheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mobsandgeeks.saripaar.Validator.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ViewDataAdapter<VIEW extends android.view.View,DATA> - Interface in com.mobsandgeeks.saripaar.adapter
-