Class ParentWidgetData
java.lang.Object
com.kingsrook.qqq.backend.core.model.dashboard.widgets.QWidgetData
com.kingsrook.qqq.backend.core.model.dashboard.widgets.ParentWidgetData
- All Implemented Interfaces:
Serializable
Model containing datastructure expected by frontend parent widget
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for childWidgetNameListboolean
Getter for isLabelPageTitleGetter for layoutTypegetType()
Getter for typevoid
setChildWidgetNameList
(List<String> childWidgetNameList) Setter for childWidgetNameListvoid
setIsLabelPageTitle
(boolean isLabelPageTitle) Setter for isLabelPageTitlevoid
setLayoutType
(ParentWidgetMetaData.LayoutType layoutType) Setter for layoutTypewithChildWidgetNameList
(List<String> childWidgetNameList) Fluent setter for childWidgetNameListwithIsLabelPageTitle
(boolean isLabelPageTitle) Fluent setter for isLabelPageTitlewithLayoutType
(ParentWidgetMetaData.LayoutType layoutType) Fluent setter for layoutTypeMethods 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
-
ParentWidgetData
public ParentWidgetData()
-
-
Method Details
-
getType
-
getChildWidgetNameList
-
setChildWidgetNameList
-
withChildWidgetNameList
Fluent setter for childWidgetNameList -
getLayoutType
Getter for layoutType -
setLayoutType
Setter for layoutType -
withLayoutType
Fluent setter for layoutType -
getIsLabelPageTitle
public boolean getIsLabelPageTitle()Getter for isLabelPageTitle -
setIsLabelPageTitle
public void setIsLabelPageTitle(boolean isLabelPageTitle) Setter for isLabelPageTitle -
withIsLabelPageTitle
Fluent setter for isLabelPageTitle
-