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

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

Introduction

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

The text is from its open source code.

Method

StyleElementas(Element elem)
Assert that the given Element is compatible with this class and automatically typecast it.
StringgetInnerHTML()
voidsetAttribute(String name, String value)
voidsetId(String id)
voidsetInnerHTML(String html)
voidsetInnerSafeHtml(SafeHtml html)
voidsetInnerText(String text)
voidsetPropertyString(String name, String value)
voidsetType(String type)
The content type of the style sheet language.