Interface Default

All Superinterfaces:
NonLinkableWidget, Widget

@NonNullByDefault public interface Default extends NonLinkableWidget
A representation of a sitemap Default 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 -