Class CmsQuickLauncher.FontIconHtml

java.lang.Object
org.opencms.gwt.client.ui.CmsQuickLauncher.FontIconHtml
All Implemented Interfaces:
com.google.gwt.safehtml.shared.SafeHtml, Serializable
Enclosing class:
CmsQuickLauncher

protected class CmsQuickLauncher.FontIconHtml extends Object implements com.google.gwt.safehtml.shared.SafeHtml
The font icon HTML.
See Also:
  • Constructor Details

    • FontIconHtml

      protected FontIconHtml(String iconHtml)
      Constructor.

      Parameters:
      iconHtml - the icon HTML prefixed with 'fonticon:'
  • Method Details

    • asString

      public String asString()
      Specified by:
      asString in interface com.google.gwt.safehtml.shared.SafeHtml
      See Also:
      • SafeHtml.asString()