public interface

HasDirectionalSafeHtml

implements HasSafeHtml HasDirectionalText
com.google.gwt.user.client.ui.HasDirectionalSafeHtml
Known Indirect Subclasses

Class Overview

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

Summary

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

Public Methods

public abstract void setHTML (SafeHtml 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