Interface Selection

All Superinterfaces:
NonLinkableWidget, Widget

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

    • getMappings

      List<Mapping> getMappings()
      Get the switch Mappings. This method should return a modifiable list, allowing updates to the mappings.
      Returns:
      mappings
    • setMappings

      void setMappings(List<Mapping> mappings)
      Replace the widget mappings with a new list of mappings.
      Parameters:
      mappings -