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, validatorPluginFields 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 titlevoidsetChildProcessNameList(List<String> childProcessNameList) Setter for childProcessNameListvoidsetChildWidgetNameList(List<String> childWidgetNameList) Setter for childWidgetNameListvoidsetLayoutType(ParentWidgetMetaData.LayoutType layoutType) Setter for layoutTypevoidSetter 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, withValidatorPluginMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-