Package org.apache.jmeter.visualizers
Class RenderAsCssJQuery
- java.lang.Object
-
- org.apache.jmeter.visualizers.RenderAsCssJQuery
-
- All Implemented Interfaces:
ActionListener
,EventListener
,ResultRenderer
public class RenderAsCssJQuery extends Object implements ResultRenderer, ActionListener
Implement ResultsRender for CSS/JQuery tester- Since:
- 2.10
-
-
Constructor Summary
Constructors Constructor Description RenderAsCssJQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(ActionEvent e)
Display the response as text or as rendered HTML.void
clearData()
void
init()
void
renderImage(SampleResult sampleResult)
void
renderResult(SampleResult sampleResult)
void
setBackgroundColor(Color backGround)
void
setLastSelectedTab(int index)
void
setRightSide(JTabbedPane side)
void
setSamplerResult(Object userObject)
void
setupTabPane()
String
toString()
-
-
-
Method Detail
-
clearData
public void clearData()
- Specified by:
clearData
in interfaceResultRenderer
-
init
public void init()
- Specified by:
init
in interfaceResultRenderer
-
actionPerformed
public void actionPerformed(ActionEvent e)
Display the response as text or as rendered HTML. Change the text on the button appropriate to the current display.- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
e
- the ActionEvent being processed
-
renderResult
public void renderResult(SampleResult sampleResult)
- Specified by:
renderResult
in interfaceResultRenderer
-
setupTabPane
public void setupTabPane()
- Specified by:
setupTabPane
in interfaceResultRenderer
-
setRightSide
public void setRightSide(JTabbedPane side)
- Specified by:
setRightSide
in interfaceResultRenderer
-
setSamplerResult
public void setSamplerResult(Object userObject)
- Specified by:
setSamplerResult
in interfaceResultRenderer
-
setLastSelectedTab
public void setLastSelectedTab(int index)
- Specified by:
setLastSelectedTab
in interfaceResultRenderer
-
toString
public String toString()
- Specified by:
toString
in interfaceResultRenderer
- Overrides:
toString
in classObject
- Returns:
- the string to be displayed by the ComboBox
-
renderImage
public void renderImage(SampleResult sampleResult)
- Specified by:
renderImage
in interfaceResultRenderer
-
setBackgroundColor
public void setBackgroundColor(Color backGround)
- Specified by:
setBackgroundColor
in interfaceResultRenderer
-
-