public class RequestViewRaw extends java.lang.Object implements RequestView
| Constructor and Description |
|---|
RequestViewRaw() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearData()
Clear all data in panel
|
java.lang.String |
getLabel()
Get the label.
|
javax.swing.JPanel |
getPanel()
Get the panel
|
void |
init()
request pane content
|
void |
setSamplerResult(java.lang.Object objectResult)
Put the result bean to display in panel
|
public void init()
init in interface RequestViewpublic void clearData()
RequestViewclearData in interface RequestViewpublic void setSamplerResult(java.lang.Object objectResult)
RequestViewsetSamplerResult in interface RequestViewobjectResult - result to displaypublic javax.swing.JPanel getPanel()
RequestViewgetPanel in interface RequestViewpublic java.lang.String getLabel()
RequestViewgetLabel in interface RequestViewCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.