Interface HasHTML

    • Method Detail

      • getHTML

        java.lang.String getHTML()
        Gets this object's contents as HTML.
        Returns:
        the object's HTML
      • setHTML

        void setHTML​(java.lang.String html)
        Sets this object's contents via HTML. Use care when setting an object's HTML; it is an easy way to expose script-based security problems. Consider using HasText.setText(String) whenever possible.
        Parameters:
        html - the object's new HTML