wt.clients.widgets
Class IBAUtility
java.lang.Object
wt.clients.widgets.IBAUtility
- public class IBAUtility
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX
public static final int MAX
- See Also:
- Constant Field Values
context
private static WTContext context
iebrowser
public static boolean iebrowser
IBAUtility
public IBAUtility()
setAppletEnabled
public static void setAppletEnabled(boolean enabled)
getParentFrame
public static Frame getParentFrame(Component comp)
chop
public static String chop(String msg)
chop
public static String chop(String msg,
int max)
isEquivalent
public static boolean isEquivalent(Object obj1,
Object obj2)
- Comparing two user object if they are equivalent. If the user updates
the object, the two object will not be the same; however, they should
have the same objectID. Using the isPersistedObjectEqual method can
check whether the two objects are actually the same object on the database.