public class RequestViewRaw extends Object implements RequestView
Constructor and Description |
---|
RequestViewRaw() |
Modifier and Type | Method and Description |
---|---|
void |
clearData()
Clear all data in panel
|
String |
getLabel()
Get the label.
|
JPanel |
getPanel()
Get the panel
|
void |
init()
request pane content
|
void |
setSamplerResult(Object objectResult)
Put the result bean to display in panel
|
public void init()
init
in interface RequestView
public void clearData()
RequestView
clearData
in interface RequestView
public void setSamplerResult(Object objectResult)
RequestView
setSamplerResult
in interface RequestView
objectResult
- result to displaypublic JPanel getPanel()
RequestView
getPanel
in interface RequestView
public String getLabel()
RequestView
getLabel
in interface RequestView
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.