Class OverviewPlotBean
java.lang.Object
net.sf.basedb.clients.web.extensions.plot.OverviewPlotBean
- All Implemented Interfaces:
OverviewPlotAction
,Action
A simple bean-like implementation of the
OverviewPlotAction
interface.- Version:
- 2.12
- Author:
- Nicklas
- Last modified
- $Date: 2009-04-28 14:47:33 +0200 (ti, 28 apr 2009) $
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private PlotGenerator[]
private String
private String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionA description of the overview plots.getId()
The ID of the overview plots.The plot generates that contains information for each image that is generated.getTitle()
The title of the overview plots.void
setDescription
(String description) void
void
setPlotGenerators
(PlotGenerator[] generators) void
-
Field Details
-
id
-
title
-
description
-
generators
-
-
Constructor Details
-
OverviewPlotBean
public OverviewPlotBean()
-
-
Method Details
-
getId
Description copied from interface:OverviewPlotAction
The ID of the overview plots. It must be unique among the actions generated by a single extension. This ID is combined with the ID of the extension to generate an application-wide unique ID.- Specified by:
getId
in interfaceOverviewPlotAction
-
getTitle
Description copied from interface:OverviewPlotAction
The title of the overview plots. This will typically end up as the title of tab on the web page.- Specified by:
getTitle
in interfaceOverviewPlotAction
-
getDescription
Description copied from interface:OverviewPlotAction
A description of the overview plots. This is typically shown as a tooltip for the tab.- Specified by:
getDescription
in interfaceOverviewPlotAction
-
getPlotGenerators
Description copied from interface:OverviewPlotAction
The plot generates that contains information for each image that is generated. Typically, there is one image for each bioassay, but it doesn't have to be like that. Null values in the array are allowed and are ignored by the renderer.- Specified by:
getPlotGenerators
in interfaceOverviewPlotAction
-
setId
-
setTitle
-
setDescription
-
setPlotGenerators
-