Class LocationData
java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
com.kingsrook.qqq.backend.core.model.dashboard.widgets.LocationData
- All Implemented Interfaces:
Serializable
Model containing datastructure expected by frontend location widget
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for descriptionGetter for footerTextGetter for imageUrlGetter for locationgetTitle()
Getter for titlegetType()
Getter for typevoid
setDescription
(String description) Setter for descriptionvoid
setFooterText
(String footerText) Setter for footerTextvoid
setImageUrl
(String imageUrl) Setter for imageUrlvoid
setLocation
(String location) Setter for locationvoid
Setter for titlewithDescription
(String description) Fluent setter for descriptionwithFooterText
(String footerText) Fluent setter for footerTextwithImageUrl
(String imageUrl) Fluent setter for imageUrlwithLocation
(String location) Fluent setter for locationFluent 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
-
LocationData
-
-
Method Details
-
getType
-
getImageUrl
Getter for imageUrl -
setImageUrl
Setter for imageUrl -
withImageUrl
Fluent setter for imageUrl -
getDescription
Getter for description -
setDescription
Setter for description -
withDescription
Fluent setter for description -
getTitle
Getter for title -
setTitle
Setter for title -
withTitle
Fluent setter for title -
getLocation
Getter for location -
setLocation
Setter for location -
withLocation
Fluent setter for location
-