Class AlertData
java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
com.kingsrook.qqq.backend.core.model.dashboard.widgets.AlertData
- All Implemented Interfaces:
Serializable
Model containing datastructure expected by frontend alert widget
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for alertTypeGetter for bulletListboolean
Getter for hideWidgetgetHtml()
Getter for htmlgetType()
Getter for typevoid
setAlertType
(AlertData.AlertType alertType) Setter for alertTypevoid
setBulletList
(List<String> bulletList) Setter for bulletListvoid
setHideWidget
(boolean hideWidget) Setter for hideWidgetvoid
Setter for htmlwithAlertType
(AlertData.AlertType alertType) Fluent setter for alertTypewithBulletList
(List<String> bulletList) Fluent setter for bulletListwithHideWidget
(boolean hideWidget) Fluent setter for hideWidgetFluent setter for htmlMethods 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
-
AlertData
public AlertData() -
AlertData
-
-
Method Details
-
getType
-
getHtml
Getter for html -
setHtml
Setter for html -
withHtml
-
getAlertType
Getter for alertType -
setAlertType
Setter for alertType -
withAlertType
Fluent setter for alertType -
getHideWidget
public boolean getHideWidget()Getter for hideWidget -
setHideWidget
public void setHideWidget(boolean hideWidget) Setter for hideWidget -
withHideWidget
Fluent setter for hideWidget -
getBulletList
-
setBulletList
-
withBulletList
-