public class

DebugInfo

extends Object
java.lang.Object
   ↳ com.google.gwt.debug.client.DebugInfo

Class Overview

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

Summary

Public Constructors
DebugInfo()
Public Methods
static boolean isDebugIdEnabled()
Returns true if debug IDs are enabled such that calls to ensureDebugId(String) will set DOM IDs on the UIObject and its important sub elements.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public DebugInfo ()

Public Methods

public static boolean isDebugIdEnabled ()

Returns true if debug IDs are enabled such that calls to ensureDebugId(String) will set DOM IDs on the UIObject and its important sub elements.

Returns
  • true if debug IDs are enabled, false if disabled.