|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ccd.ui.util.ValidationUtil
public class ValidationUtil
This is support class used for general purpose validations in the WPS UI framework
Constructor Summary | |
---|---|
ValidationUtil()
|
Method Summary | |
---|---|
static boolean |
isNullOrEmpty(java.lang.Object dataValue)
Checks if the input parameter is Null or Empty. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidationUtil()
Method Detail |
---|
public static boolean isNullOrEmpty(java.lang.Object dataValue)
true
else false
.
The input parameter is set as an object. It first checks if the
object is null.
If it is not null,
dataValue
- the input value
true
or false
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |