Interface Buttongrid

All Superinterfaces:
LinkableWidget, Parent, Widget

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

    • getButtons

      List<ButtonDefinition> getButtons()
      Get the button grid buttons. This method should return a modifiable list, allowing updates to the list of buttons.
      Returns:
      buttons
    • setButtons

      void setButtons(List<ButtonDefinition> buttons)
      Replace the button grid buttons with a new list of buttons.
      Parameters:
      buttons -