|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.debug.client.DebugInfo
public class DebugInfo
Provides low-level functionality to support the creation of testing and diagnostic frameworks.
UIObject.ensureDebugId(String)
Constructor Summary | |
---|---|
DebugInfo()
|
Method Summary | |
---|---|
static boolean |
isDebugIdEnabled()
Returns true if debug IDs are enabled such that calls to UIObject.ensureDebugId(String) will
set DOM IDs on the UIObject and its
important sub elements. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugInfo()
Method Detail |
---|
public static boolean isDebugIdEnabled()
UIObject.ensureDebugId(String)
will
set DOM IDs on the UIObject
and its
important sub elements.
UIObject.ensureDebugId(String)
|
GWT 2.0.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |