Java com.google.gwt.dom.client ScriptElement fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.dom.client ScriptElement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.dom.client ScriptElement.

The text is from its open source code.

Method

ScriptElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
StringgetSrc()
URI designating an external script.
booleanhasAttribute(String name)
booleanis(Element elem)
Determine whether the given Element can be cast to this class.
booleanis(JavaScriptObject o)
Determines whether the given JavaScriptObject can be cast to this class.
booleanis(Node node)
Determine whether the given Node can be cast to this class.
voidsetAttribute(String name, String value)
voidsetId(String id)
voidsetInnerText(String text)
voidsetLang(String lang)
voidsetPropertyBoolean(String name, boolean value)
voidsetSrc(@IsTrustedResourceUri String src)
URI designating an external script.
voidsetText(String text)
The script content of the element.
voidsetType(String type)
The content type of the script language.