public class RestFormEditorModel extends ModelItemFormEditorModel<com.eviware.soapui.impl.rest.RestRequestInterface> implements PropertyChangeListener, com.eviware.soapui.model.testsuite.TestPropertyListener
| Constructor and Description |
|---|
RestFormEditorModel(com.eviware.soapui.impl.rest.RestRequestInterface restRequest) |
| Modifier and Type | Method and Description |
|---|---|
com.eviware.soapui.impl.wsdl.AttachmentContainer |
getAttachmentContainer() |
FormEditorParticle |
getRootParticle() |
String |
getXml() |
void |
propertyAdded(String name) |
void |
propertyChange(PropertyChangeEvent evt) |
void |
propertyMoved(String name,
int oldIndex,
int newIndex) |
void |
propertyRemoved(String name) |
void |
propertyRenamed(String oldName,
String newName) |
void |
propertyValueChanged(String name,
String oldValue,
String newValue) |
void |
release() |
void |
setXml(String xml) |
addFormEditorModelListener, addToolbarAction, fireModelChanged, fireParticleChanged, getDefaultAction, getDescription, getModelItem, getName, getSettings, getToolbarActions, removeFormEditorModelListener, setDefaultActionpublic RestFormEditorModel(com.eviware.soapui.impl.rest.RestRequestInterface restRequest)
public FormEditorParticle getRootParticle()
getRootParticle in interface FormEditorModelpublic String getXml()
getXml in interface FormEditorModelpublic void setXml(String xml)
setXml in interface FormEditorModelpublic com.eviware.soapui.impl.wsdl.AttachmentContainer getAttachmentContainer()
getAttachmentContainer in interface FormEditorModelpublic void release()
release in interface FormEditorModelrelease in class ModelItemFormEditorModel<com.eviware.soapui.impl.rest.RestRequestInterface>public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic void propertyAdded(String name)
propertyAdded in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyMoved(String name, int oldIndex, int newIndex)
propertyMoved in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyRemoved(String name)
propertyRemoved in interface com.eviware.soapui.model.testsuite.TestPropertyListenerpublic void propertyRenamed(String oldName, String newName)
propertyRenamed in interface com.eviware.soapui.model.testsuite.TestPropertyListenerCopyright © 2013. All Rights Reserved.