String validationMessageTypeMismatchForEmailText()
{
    notImplemented();
    return validationMessageTypeMismatchText();
}
Beispiel #2
0
String validationMessageTypeMismatchForURLText()
{
    return validationMessageTypeMismatchText();
}
String validationMessageBadInputForNumberText()
{
    notImplemented();
    return validationMessageTypeMismatchText();
}
Beispiel #4
0
String validationMessageTypeMismatchForMultipleEmailText()
{
    return validationMessageTypeMismatchText();
}