org.gwtwidgets.client.ext.impl
Class ExtDOMImpl
java.lang.Object
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
|
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 |
ExtDOMImpl
public ExtDOMImpl()
- Deprecated.
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.