Interface HasWidgets

    • Field Detail

      • LOGGER

        static final Logger LOGGER
    • Method Detail

      • getWidgets

        default List<Widget> getWidgets()
        Returns:
        the list of widgets attached to the object.
      • getWidget

        @CheckForNull
        @StaplerDispatchable
        default Widget getWidget​(String name)
        Returns the named widget, or null if it does not exist. Defaults to iterating on widgets and filtering based on the defined urlName.
        Parameters:
        name - the name of the widget within the current context.
        Returns:
        the named widget, or null if it does not exist.