Class HTTPArgumentsPanel

    • Constructor Detail

      • HTTPArgumentsPanel

        public HTTPArgumentsPanel()
    • Method Detail

      • testFunctors

        public static boolean testFunctors()
      • sizeColumns

        protected void sizeColumns​(JTable table)
        Description copied from class: ArgumentsPanel
        Resize the table columns to appropriate widths.
        Overrides:
        sizeColumns in class ArgumentsPanel
        Parameters:
        table - the table to resize columns for
      • createTestElement

        public TestElement createTestElement()
        Description copied from interface: JMeterGUIComponent
        JMeter test components are separated into a model and a GUI representation. The model holds the data and the GUI displays it. The GUI class is responsible for knowing how to create and initialize with data the model class that it knows how to display, and this method is called when new test elements are created.
        Specified by:
        createTestElement in interface JMeterGUIComponent
        Overrides:
        createTestElement in class ArgumentsPanel
        Returns:
        the Test Element object that the GUI component represents.
      • getParameters

        public Arguments getParameters()
        Convert the argument panel contents to an Arguments collection.
        Returns:
        a collection of HTTPArgument entries
      • configure

        public void configure​(TestElement el)
        Description copied from class: ArgumentsPanel
        A newly created component can be initialized with the contents of a Test Element object by calling this method. The component is responsible for querying the Test Element object for the relevant information to display in its GUI.
        Specified by:
        configure in interface JMeterGUIComponent
        Overrides:
        configure in class ArgumentsPanel
        Parameters:
        el - the TestElement to configure
      • isMetaDataNormal

        protected boolean isMetaDataNormal​(HTTPArgument arg)