Class MultiStatisticsData
java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
com.kingsrook.qqq.backend.core.model.dashboard.widgets.MultiStatisticsData
- All Implemented Interfaces:
Serializable
Model containing datastructure expected by frontend bar chart widget
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMultiStatisticsData
(String title, List<MultiStatisticsData.StatisticsGroupData> statisticsGroupData) -
Method Summary
Modifier and TypeMethodDescriptionGetter for statisticsGroupDatagetTitle()
Getter for titlegetType()
Getter for typevoid
setStatisticsGroupData
(List<MultiStatisticsData.StatisticsGroupData> statisticsGroupData) Setter for statisticsGroupDatavoid
Setter for titlewithStatisticsGroupData
(List<MultiStatisticsData.StatisticsGroupData> statisticsGroupData) Fluent setter for statisticsGroupDataFluent setter for titleMethods inherited from class com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
getCsvData, getDropdownDataList, getDropdownDefaultValueList, getDropdownLabelList, getDropdownNameList, getDropdownNeedsSelectedText, getFooterHTML, getHasPermission, getLabel, getSublabel, setCsvData, setDropdownDataList, setDropdownDefaultValueList, setDropdownLabelList, setDropdownNameList, setDropdownNeedsSelectedText, setFooterHTML, setHasPermission, setLabel, setSublabel, withCsvData, withDropdownDataList, withDropdownDefaultValueList, withDropdownLabelList, withDropdownNameList, withDropdownNeedsSelectedText, withFooterHTML, withHasPermission, withLabel, withSublabel
-
Constructor Details
-
MultiStatisticsData
public MultiStatisticsData() -
MultiStatisticsData
public MultiStatisticsData(String title, List<MultiStatisticsData.StatisticsGroupData> statisticsGroupData)
-
-
Method Details
-
getType
-
getTitle
Getter for title -
setTitle
Setter for title -
withTitle
Fluent setter for title -
getStatisticsGroupData
Getter for statisticsGroupData -
setStatisticsGroupData
public void setStatisticsGroupData(List<MultiStatisticsData.StatisticsGroupData> statisticsGroupData) Setter for statisticsGroupData -
withStatisticsGroupData
public MultiStatisticsData withStatisticsGroupData(List<MultiStatisticsData.StatisticsGroupData> statisticsGroupData) Fluent setter for statisticsGroupData
-