Interface HTMLControl

All Superinterfaces:
Control, Element, EventOwner, MessageContainer, java.io.Serializable, WebFormEventOwner

public interface HTMLControl
extends Control
An HTML Control can be used to hold any amount of HTML or XHTML content which will be inserted into the output page without amendment; any content that is valid within the BODY section of an HTML page can be inserted. This control is very similar to a Text Control, with the significant difference that multiple languages are not supported.

Further documentation.

  • Method Details

    • getHtmlText

      Text getHtmlText()
      Returns the Text object for the text.
      Since:
      V4.4