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 typevoidsetDescription(String description) Setter for descriptionvoidsetFooterText(String footerText) Setter for footerTextvoidsetImageUrl(String imageUrl) Setter for imageUrlvoidsetLocation(String location) Setter for locationvoidSetter 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
-