|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.ext.gwt.GVxUtil
public final class GVxUtil
The GVxUtil contains useful methods for the client.
| Method Summary | |
|---|---|
static void |
alert(Exception pException)
Shows an exception with the stack trace in an alert box. |
static void |
alert(String pMessage)
Shows a message in an alert box. |
static boolean |
equals(Object pObject1,
Object pObject2)
Compares two object and supports null object compare. |
static String |
getElementTagName(Element pElement)
Get the tag name of an element. |
static String |
getMetaProperty(String pPropName)
Get a named meta property from the current root panel's head element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean equals(Object pObject1,
Object pObject2)
pObject1 - an objectpObject2 - another object
true if both objects are equal or both objects are null,
false otherwisepublic static void alert(String pMessage)
pMessage - the messagepublic static void alert(Exception pException)
pException - the exceptionpublic static String getElementTagName(Element pElement)
pElement - the element name
public static String getMetaProperty(String pPropName)
pPropName - the property name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||