Class RadioLinkMethod

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, SwingConstants

public class RadioLinkMethod extends AbstractRadioLink
Radio label for HTTP method (GET, POST, etc.).
See Also:
  • Constructor Details

    • RadioLinkMethod

      public RadioLinkMethod(String string, boolean isSelected, AbstractMethodInjection method)
      A default radio label selected.
      Parameters:
      string - Text for radio label
      isSelected - True if radio label should be selected
      method -
  • Method Details