org.eaglei.datatools.client.ui
Class Validations
java.lang.Object
org.eaglei.datatools.client.ui.Validations
public class Validations
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Validations
public Validations()
ShouldNotBeEmpty
public static boolean ShouldNotBeEmpty(java.lang.String txt)
NumbersNotAllowed
public static boolean NumbersNotAllowed(java.lang.String txt)
TextNotAllowed
public static boolean TextNotAllowed(java.lang.String txt)
OnlyPhoneFormat
public static boolean OnlyPhoneFormat(java.lang.String txt)
OnlyNumbersAllowed
public static boolean OnlyNumbersAllowed(java.lang.String txt)
SplChar_NotAllowed
public static boolean SplChar_NotAllowed(java.lang.String txt)
IsEmailBox
public static boolean IsEmailBox(java.lang.String txt)
SpaceNotAllowed
public static boolean SpaceNotAllowed(java.lang.String txt)
not_EmptyandNumbersandSplChars
public static boolean not_EmptyandNumbersandSplChars(java.lang.String txt)
not_EmptyandSpaces
public static boolean not_EmptyandSpaces(java.lang.String txt)
Emailnot_EmptyandSpaces
public static boolean Emailnot_EmptyandSpaces(java.lang.String txt)
not_EmptyPhoneFormat
public static boolean not_EmptyPhoneFormat(java.lang.String txt)
EmptybutNot_NumbersandSplChars
public static boolean EmptybutNot_NumbersandSplChars(java.lang.String txt)
Copyright © 2009-2010 Eagle-I. All Rights Reserved.