| |
|
| org.apache.jmeter.config.gui.AbstractConfigGui org.apache.jmeter.protocol.ldap.config.gui.LdapExtConfigGui
LdapExtConfigGui | public class LdapExtConfigGui extends AbstractConfigGui implements ItemListener(Code) | | This class LdapConfigGui is user interface gui for getting all the
configuration value from the user
|
LdapExtConfigGui | public LdapExtConfigGui()(Code) | | Default constructor for LdapConfigGui
|
LdapExtConfigGui | public LdapExtConfigGui(boolean displayName)(Code) | | !ToDo (Constructor description)
Parameters: displayName - !ToDo (Parameter description) |
clearGui | public void clearGui()(Code) | | Implements JMeterGUIComponent.clearGui
|
configure | public void configure(TestElement element)(Code) | | 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.
Parameters: element - the TestElement to configure |
itemStateChanged | public void itemStateChanged(ItemEvent ie)(Code) | | This itemStateChanged listener for changing the card layout for based on
the test selected in the User defined test case.
|
|
|
|