GWT 2.0.3

com.google.gwt.debug.client
Class DebugInfo

java.lang.Object
  extended by com.google.gwt.debug.client.DebugInfo

public class DebugInfo
extends java.lang.Object

Provides low-level functionality to support the creation of testing and diagnostic frameworks.

See Also:
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

DebugInfo

public DebugInfo()
Method Detail

isDebugIdEnabled

public 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.

Returns:
true if debug IDs are enabled, false if disabled.
See Also:
UIObject.ensureDebugId(String)

GWT 2.0.3