public class ValidationError
extends java.lang.Object
View and the corresponding
Rule.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCollatedErrorMessage(android.content.Context context)
Extracts error messages from multiple failed rules and returns a
String
object. |
java.util.List<Rule> |
getFailedRules()
Gets the failed
Rules. |
android.view.View |
getView()
Gets the failed
View. |
java.lang.String |
toString() |
public android.view.View getView()
View.public java.util.List<Rule> getFailedRules()
Rules.List of failed Rules.public java.lang.String getCollatedErrorMessage(android.content.Context context)
String
object.context - A Context.public java.lang.String toString()
toString in class java.lang.Object