org.gwtwidgets.client.ext.impl
Class ExtDOMImpl

java.lang.Object
  extended by org.gwtwidgets.client.ext.impl.ExtDOMImpl
Direct Known Subclasses:
ExtDOMImplIE6

Deprecated. was used by removed SVG support, removal of ExtDOM expected in future

public class ExtDOMImpl
extends java.lang.Object


Constructor Summary
ExtDOMImpl()
          Deprecated.  
 
Method Summary
 com.google.gwt.user.client.Element createElementNS(Namespace ns, java.lang.String tag)
          Deprecated.  
 void setAttributeNS(com.google.gwt.user.client.Element elem, java.lang.String attr, java.lang.String value)
          Deprecated. Set a namespace attr, using the namespace of the element.
 void setAttributeNS(Namespace ns, com.google.gwt.user.client.Element elem, java.lang.String attr, java.lang.String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtDOMImpl

public ExtDOMImpl()
Deprecated. 
Method Detail

createElementNS

public com.google.gwt.user.client.Element createElementNS(Namespace ns,
                                                          java.lang.String tag)
Deprecated. 

setAttributeNS

public void setAttributeNS(com.google.gwt.user.client.Element elem,
                           java.lang.String attr,
                           java.lang.String value)
Deprecated. 
Set a namespace attr, using the namespace of the element.


setAttributeNS

public void setAttributeNS(Namespace ns,
                           com.google.gwt.user.client.Element elem,
                           java.lang.String attr,
                           java.lang.String value)
Deprecated. 


Copyright © 2009. All Rights Reserved.