Class ParentWidgetMetaData
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.dashboard.QWidgetMetaData
com.kingsrook.qqq.backend.core.model.metadata.dashboard.ParentWidgetMetaData
- All Implemented Interfaces:
QWidgetMetaDataInterface
,MetaDataProducerOutput
,MetaDataWithName
,MetaDataWithPermissionRules
,QMetaDataObject
,TopLevelMetaDataInterface
,Serializable
Specific meta data for frontend parent widget
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.kingsrook.qqq.backend.core.model.metadata.dashboard.QWidgetMetaData
codeReference, defaultValues, footerHTML, gridColumns, helpContent, icon, icons, isCard, label, minHeight, name, tooltip, type, validatorPlugin
Fields inherited from interface com.kingsrook.qqq.backend.core.model.metadata.dashboard.QWidgetMetaDataInterface
LOG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for childProcessNameListGetter for childWidgetNameListGetter for layoutTypegetTitle()
Getter for titlevoid
setChildProcessNameList
(List<String> childProcessNameList) Setter for childProcessNameListvoid
setChildWidgetNameList
(List<String> childWidgetNameList) Setter for childWidgetNameListvoid
setLayoutType
(ParentWidgetMetaData.LayoutType layoutType) Setter for layoutTypevoid
Setter for titlewithChildProcessNameList
(List<String> childProcessNameList) Fluent setter for childProcessNameListwithChildWidgetNameList
(List<String> childWidgetNameList) Fluent setter for childWidgetNameListwithLayoutType
(ParentWidgetMetaData.LayoutType layoutType) Fluent setter for layoutTypeFluent setter for titleMethods inherited from class com.kingsrook.qqq.backend.core.model.metadata.dashboard.QWidgetMetaData
getCodeReference, getDefaultValues, getDropdowns, getFooterHTML, getGridColumns, getHelpContent, getIcon, getIcons, getIsCard, getLabel, getMinHeight, getName, getPermissionRules, getShowExportButton, getShowReloadButton, getStoreDropdownSelections, getTooltip, getType, getValidatorPlugin, removeHelpContent, setCodeReference, setDefaultValues, setDropdowns, setFooterHTML, setGridColumns, setHelpContent, setIcon, setIcons, setIsCard, setLabel, setMinHeight, setName, setPermissionRules, setShowExportButton, setShowReloadButton, setStoreDropdownSelections, setTooltip, setType, setValidatorPlugin, withCodeReference, withDefaultValue, withDefaultValues, withDropdown, withDropdowns, withFooterHTML, withGridColumns, withHelpContent, withHelpContent, withIcon, withIcon, withIcons, withIsCard, withLabel, withMinHeight, withName, withPermissionRules, withShowExportButton, withShowReloadButton, withStoreDropdownSelections, withTooltip, withType, withValidatorPlugin
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kingsrook.qqq.backend.core.model.metadata.dashboard.QWidgetMetaDataInterface
addSelfToInstance
-
Constructor Details
-
ParentWidgetMetaData
public ParentWidgetMetaData()
-
-
Method Details
-
getTitle
Getter for title -
setTitle
Setter for title -
withTitle
Fluent setter for title -
getChildWidgetNameList
-
setChildWidgetNameList
-
withChildWidgetNameList
Fluent setter for childWidgetNameList -
getChildProcessNameList
-
setChildProcessNameList
-
withChildProcessNameList
Fluent setter for childProcessNameList -
getLayoutType
Getter for layoutType -
setLayoutType
Setter for layoutType -
withLayoutType
Fluent setter for layoutType
-