Interface HasDirectionalHtml

All Superinterfaces:
HasDirectionalText, HasHTML, HasText
All Known Implementing Classes:
DialogBox.CaptionImpl, HTML, InlineHTML

public interface HasDirectionalHtml extends HasDirectionalText, HasHTML
An object that implements this interface contains html that has a direction.
  • Method Details

    • setHTML

      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