public class DefaultViewValidatedAction extends java.lang.Object implements Validator.ViewValidatedAction
Validator.ViewValidatedAction
that clears error messages on EditText views by calling the
TextView.setError(CharSequence) with a null parameter.| Constructor and Description |
|---|
DefaultViewValidatedAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAllRulesPassed(android.view.View view)
Called when all rules associated with the
View passes. |
public void onAllRulesPassed(android.view.View view)
Validator.ViewValidatedActionView passes.onAllRulesPassed in interface Validator.ViewValidatedActionview - The View that has passed validation.