com.smartgwt.client.util
Class DOMUtil

java.lang.Object
  extended by com.smartgwt.client.util.DOMUtil

public class DOMUtil
extends Object

DOM related helper methods.


Constructor Summary
DOMUtil()
           
 
Method Summary
static String getID(Element element)
           
static String getID(Widget widget)
           
static void setID(Element element, String id)
           
static void setID(Widget widget, String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DOMUtil

public DOMUtil()
Method Detail

getID

public static String getID(Widget widget)

getID

public static String getID(Element element)

setID

public static void setID(Widget widget,
                         String id)

setID

public static void setID(Element element,
                         String id)