Interface Webview

All Superinterfaces:
NonLinkableWidget, Widget

@NonNullByDefault public interface Webview extends NonLinkableWidget
A representation of a sitemap Webview widget.
Author:
Mark Herwege - Initial contribution
  • Method Details

    • getHeight

      int getHeight()
      Get the configured height of the widget. If no height is configured, 0 should be returned.
      Returns:
      height
    • setHeight

      void setHeight(@Nullable Integer height)
      Set the height of the widget, null means no height is configured.
      Parameters:
      height -
    • getUrl

      String getUrl()
      Get the url to be embedded in the Webview embedded frame.
      Returns:
      url
    • setUrl

      void setUrl(String url)
      Set the url to be embedded in the Webview frame.
      Parameters:
      url -