Java com.google.gwt.user.client.ui InlineHTML fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.client.ui InlineHTML fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.client.ui InlineHTML.

The text is from its open source code.

Subclass

com.google.gwt.user.client.ui.InlineHTML has subclasses.
Click this link to see all its subclasses.

Constructor

InlineHTML(SafeHtml html)
Initializes the widget's HTML from a given SafeHtml object.
InlineHTML(String html)
Creates an HTML widget with the specified HTML contents.
InlineHTML(Element element)
This constructor may be used by subclasses to explicitly use an existing element.
InlineHTML()
Creates an empty HTML widget.

Method

voidsetHTML(String html)
Sets the label's content to the given HTML.