public interface

HasDirectionalHtml

implements HasDirectionalText HasHTML
com.google.gwt.user.client.ui.HasDirectionalHtml
Known Indirect Subclasses

Class Overview

An object that implements this interface contains html that has a direction.

Summary

Public Methods
abstract void setHTML(String html, HasDirection.Direction dir)
Sets this object's html, also declaring its direction.
[Expand]
Inherited Methods
From interface com.google.gwt.user.client.ui.HasDirectionalText
From interface com.google.gwt.user.client.ui.HasHTML
From interface com.google.gwt.user.client.ui.HasText

Public Methods

public abstract void setHTML (String html, HasDirection.Direction dir)

Sets this object's html, also declaring its direction.

Parameters
html the object's new html
dir the html's direction