Class AStatisticsBean
java.lang.Object
de.xima.fc.gui.bean.statistics.AStatisticsBean
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
StatisticsHistoryBean, StatisticsSessionBean, StatisticsTopListBean
Base class for statistics beans. Provides method for image export.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected LocaleBeanprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected static final Stringprotected ViewContextBean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIME_TYPE_EXCEL
- See Also:
-
MIME_TYPE_PDF
- See Also:
-
SUFFIX_PDF
- See Also:
-
SUFFIX_EXCEL
- See Also:
-
SUFFIX_IMAGE
- See Also:
-
viewContext
-
localeBean
-
-
Constructor Details
-
AStatisticsBean
public AStatisticsBean()
-
-
Method Details
-
insertImageFilename
public void insertImageFilename()Insert image filename and chart widget var into ajax callback parameters. -
getImageFilename
- Returns:
- The file name for the image file.
-
getChartWidgetVar
- Returns:
- The chart widget var.
-