Class QNoCodeWidgetMetaData
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.dashboard.QWidgetMetaData
com.kingsrook.qqq.backend.core.model.metadata.dashboard.nocode.QNoCodeWidgetMetaData
- All Implemented Interfaces:
QWidgetMetaDataInterface
,MetaDataProducerOutput
,MetaDataWithName
,MetaDataWithPermissionRules
,QMetaDataObject
,TopLevelMetaDataInterface
,Serializable
- See Also:
-
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 outputsGetter for valuesvoid
setOutputs
(List<AbstractWidgetOutput> outputs) Setter for outputsvoid
setValues
(List<AbstractWidgetValueSource> values) Setter for valueswithOutput
(AbstractWidgetOutput output) Fluent setter to add a single outputwithOutputs
(List<AbstractWidgetOutput> outputs) Fluent setter for outputsFluent setter to add a single valuewithValues
(List<AbstractWidgetValueSource> values) Fluent setter for valuesMethods 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
-
QNoCodeWidgetMetaData
public QNoCodeWidgetMetaData()
-
-
Method Details
-
getValues
Getter for values -
setValues
Setter for values -
withValue
Fluent setter to add a single value -
withValues
Fluent setter for values -
getOutputs
Getter for outputs -
setOutputs
Setter for outputs -
withOutput
Fluent setter to add a single output -
withOutputs
Fluent setter for outputs
-