public static class

UIObject.DebugIdImplEnabled

extends UIObject.DebugIdImpl
java.lang.Object
   ↳ com.google.gwt.user.client.ui.UIObject.DebugIdImpl
     ↳ com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled

Class Overview

The implementation of the setDebugId method, which sets the id of the Elements in this UIObject.

Summary

Public Constructors
UIObject.DebugIdImplEnabled()
Public Methods
void ensureDebugId(UIObject uiObject, String id)
void ensureDebugId(Element elem, String baseID, String id)
[Expand]
Inherited Methods
From class com.google.gwt.user.client.ui.UIObject.DebugIdImpl
From class java.lang.Object

Public Constructors

public UIObject.DebugIdImplEnabled ()

Public Methods

public void ensureDebugId (UIObject uiObject, String id)

public void ensureDebugId (Element elem, String baseID, String id)