Class TransactionControllerGui

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, ClearGui, JMeterGUIComponent, Printable

public class TransactionControllerGui extends AbstractControllerGui
A Transaction controller component.
See Also:
  • Constructor Details

    • TransactionControllerGui

      public TransactionControllerGui()
      Create a new TransactionControllerGui instance.
  • Method Details

    • makeTestElement

      public org.apache.jmeter.testelement.TestElement makeTestElement()
      Description copied from interface: JMeterGUIComponent
      Creates the test element represented by the GUI component.
      Returns:
      a new TestElement
    • assignDefaultValues

      public void assignDefaultValues(org.apache.jmeter.testelement.TestElement element)
      Description copied from interface: JMeterGUIComponent
      Configures default values for element after its creation. Plugin authors should call this once in their JMeterGUIComponent.createTestElement() implementation.
      Parameters:
      element - test element to configure
    • getLabelResource

      public String getLabelResource()
      Description copied from interface: JMeterGUIComponent
      Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. The resource name is fixed, and does not vary with the selected language.

      Normally this method should be overridden in preference to overriding getStaticLabel(). However where the resource name is not available or required, getStaticLabel() may be overridden instead.

      Returns:
      the resource name