Interface LinkableWidget

All Superinterfaces:
Parent, Widget
All Known Subinterfaces:
Buttongrid, Frame, Group, Image, Text

@NonNullByDefault public interface LinkableWidget extends Widget, Parent
A representation of a sitemap linkable widget (a widget that can have children).
Author:
Mark Herwege - Initial contribution
  • Method Details

    • getWidgets

      List<Widget> getWidgets()
      Get the child Widgets. This method should return a modifiable list, allowing updates to the child widgets.
      Returns:
      widgets
    • setWidgets

      void setWidgets(List<Widget> widgets)
      Replace the child widgets with a new list of widgets.
      Parameters:
      widgets -