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

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

Introduction

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

The text is from its open source code.

Method

StylegetStyle()
voidsetAttribute(String name, String value)
voidsetData(@IsTrustedResourceUri SafeUri data)
A URI specifying the location of the object's data.
voidsetData(@IsTrustedResourceUri String data)
A URI specifying the location of the object's data.
voidsetHeight(String height)
Override height.
voidsetId(String id)
voidsetInnerText(String text)
voidsetType(String type)
Content type for data downloaded via data attribute.
voidsetWidth(String width)
Override width.