Uses of Class
com.google.gwt.dom.client.ScriptElement
-
Packages that use ScriptElement Package Description com.google.gwt.dom.client Classes for low-level DOM programming. -
-
Uses of ScriptElement in com.google.gwt.dom.client
Methods in com.google.gwt.dom.client that return ScriptElement Modifier and Type Method Description static ScriptElement
ScriptElement. as(Element elem)
Assert that the givenElement
is compatible with this class and automatically typecast it.ScriptElement
Document. createScriptElement()
Creates a <script> element.ScriptElement
Document. createScriptElement(java.lang.String source)
Creates a <script> element.ScriptElement
DOMImpl. createScriptElement(Document doc, java.lang.String source)
ScriptElement
DOMImplStandardBase. createScriptElement(Document doc, java.lang.String source)
Deprecated.Safari 2 does not supportsetText(String)
.
-