Class CmsQuickLauncher.FontIconHtml

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected FontIconHtml​(java.lang.String iconHtml)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String asString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.gwt.safehtml.shared.SafeHtml

        equals, hashCode
    • Constructor Detail

      • FontIconHtml

        protected FontIconHtml​(java.lang.String iconHtml)
        Constructor.

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

      • asString

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