Class IFrame


public class IFrame extends Component
IFrame to display another webpage.
Author:
pquiring
  • Constructor Details

    • IFrame

      public IFrame(String url)
  • Method Details

    • html

      public String html()
      Description copied from class: Component
      Returns HTML to render component.
      Specified by:
      html in class Component