public abstract class WsdlTestStepWithProperties extends WsdlTestStep
| Modifier and Type | Field and Description |
|---|---|
static String |
RESPONSE_AS_XML |
DISABLED_PROPERTYDESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY| Modifier | Constructor and Description |
|---|---|
protected |
WsdlTestStepWithProperties(WsdlTestCase testCase,
TestStepConfig config,
boolean hasEditor,
boolean forLoadTest) |
afterCopy, cancel, clone, createPanelBuilder, dependsOn, finish, getDefaultSourcePropertyName, getDefaultTargetPropertyName, getLabel, getModelItem, getPropertiesLabel, getRequiredInterfaces, getTestCase, getTestStepTitle, hasEditor, isDisabled, isForLoadTest, prepare, resetConfigOnMove, setDisabled, setNameaddExternalDependencies, afterLoad, beforeSave, dependsOn, getConfig, getDescription, getExternalDependencies, getIcon, getId, getName, getParent, getSettings, getWsdlModelItemByName, release, resolve, setConfig, setDescription, setIcon, setSettingsaddPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, getChildren, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, notifyPropertyChanged, removePropertyChangeListener, removePropertyChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildren, getDescription, getIcon, getId, getName, getParent, getSettingsaddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListenerpublic static String RESPONSE_AS_XML
protected WsdlTestStepWithProperties(WsdlTestCase testCase, TestStepConfig config, boolean hasEditor, boolean forLoadTest)
public String[] getPropertyNames()
public TestProperty getProperty(String name)
protected void addProperty(TestProperty property)
protected void addProperty(TestProperty property, boolean notify)
protected TestProperty deleteProperty(String name, boolean notify)
public void propertyRenamed(String oldName)
public void addTestPropertyListener(TestPropertyListener listener)
public void removeTestPropertyListener(TestPropertyListener listener)
protected void firePropertyAdded(String name)
protected void firePropertyRemoved(String name)
public void firePropertyValueChanged(String name, String oldValue, String newValue)
public Map<String,TestProperty> getProperties()
public boolean hasProperty(String name)
public boolean hasProperties()
public TestProperty getPropertyAt(int index)
public int getPropertyCount()
public List<TestProperty> getPropertyList()
protected void firePropertyMoved(String name, int oldIndex, int newIndex)
public void moveProperty(String propertyName, int targetIndex)
Copyright © 2013. All Rights Reserved.