Uses of Interface
com.kingsrook.qqq.backend.core.model.metadata.dashboard.QWidgetMetaDataInterface
Packages that use QWidgetMetaDataInterface
Package
Description
-
Uses of QWidgetMetaDataInterface in com.kingsrook.qqq.backend.core.actions.metadata
Methods in com.kingsrook.qqq.backend.core.actions.metadata with parameters of type QWidgetMetaDataInterfaceModifier and TypeMethodDescriptionboolean
AllowAllMetaDataFilter.allowWidget
(MetaDataInput input, QWidgetMetaDataInterface widget) Deprecated.boolean
DefaultNoopMetaDataActionCustomizer.allowWidget
(MetaDataInput input, QWidgetMetaDataInterface widget) boolean
MetaDataActionCustomizerInterface.allowWidget
(MetaDataInput input, QWidgetMetaDataInterface widget) -
Uses of QWidgetMetaDataInterface in com.kingsrook.qqq.backend.core.model.actions.widgets
Methods in com.kingsrook.qqq.backend.core.model.actions.widgets that return QWidgetMetaDataInterfaceModifier and TypeMethodDescriptionRenderWidgetInput.getWidgetMetaData()
Getter for widgetMetaDataMethods in com.kingsrook.qqq.backend.core.model.actions.widgets with parameters of type QWidgetMetaDataInterfaceModifier and TypeMethodDescriptionvoid
RenderWidgetInput.setWidgetMetaData
(QWidgetMetaDataInterface widgetMetaData) Setter for widgetMetaDataRenderWidgetInput.withWidgetMetaData
(QWidgetMetaDataInterface widgetMetaData) Fluent setter for widgetMetaData -
Uses of QWidgetMetaDataInterface in com.kingsrook.qqq.backend.core.model.metadata
Methods in com.kingsrook.qqq.backend.core.model.metadata that return QWidgetMetaDataInterfaceMethods in com.kingsrook.qqq.backend.core.model.metadata that return types with arguments of type QWidgetMetaDataInterfaceMethods in com.kingsrook.qqq.backend.core.model.metadata with parameters of type QWidgetMetaDataInterfaceMethod parameters in com.kingsrook.qqq.backend.core.model.metadata with type arguments of type QWidgetMetaDataInterfaceModifier and TypeMethodDescriptionvoid
QInstance.setWidgets
(Map<String, QWidgetMetaDataInterface> widgets) Setter for widgets -
Uses of QWidgetMetaDataInterface in com.kingsrook.qqq.backend.core.model.metadata.dashboard
Classes in com.kingsrook.qqq.backend.core.model.metadata.dashboard that implement QWidgetMetaDataInterfaceModifier and TypeClassDescriptionclass
Specific meta data for frontend parent widgetclass
AWS Quicksite specific meta data for frontend dashboard widgetclass
Base metadata for frontend dashboard widgetsFields in com.kingsrook.qqq.backend.core.model.metadata.dashboard with type parameters of type QWidgetMetaDataInterfaceMethods in com.kingsrook.qqq.backend.core.model.metadata.dashboard that return QWidgetMetaDataInterfaceModifier and TypeMethodDescriptionQWidgetMetaDataInterface.withCodeReference
(QCodeReference codeReference) Fluent setter for codeReferenceQWidgetMetaDataInterface.withGridColumns
(Integer gridColumns) Fluent setter for gridColumnsdefault QWidgetMetaDataInterface
QWidgetMetaDataInterface.withHelpContent
(String slot, QHelpContent helpContent) Fluent setter for labelFluent setter for nameFluent setter for typeMethods in com.kingsrook.qqq.backend.core.model.metadata.dashboard that return types with arguments of type QWidgetMetaDataInterfaceModifier and TypeMethodDescriptionQWidgetMetaData.getValidatorPlugin()
Getter for validatorPluginQWidgetMetaDataInterface.getValidatorPlugin()
let the widget include an instance validator pluginMethod parameters in com.kingsrook.qqq.backend.core.model.metadata.dashboard with type arguments of type QWidgetMetaDataInterfaceModifier and TypeMethodDescriptionvoid
QWidgetMetaData.setValidatorPlugin
(QInstanceValidatorPluginInterface<QWidgetMetaDataInterface> validatorPlugin) Setter for validatorPluginQWidgetMetaData.withValidatorPlugin
(QInstanceValidatorPluginInterface<QWidgetMetaDataInterface> validatorPlugin) Fluent setter for validatorPlugin -
Uses of QWidgetMetaDataInterface in com.kingsrook.qqq.backend.core.model.metadata.dashboard.nocode
Classes in com.kingsrook.qqq.backend.core.model.metadata.dashboard.nocode that implement QWidgetMetaDataInterface -
Uses of QWidgetMetaDataInterface in com.kingsrook.qqq.backend.core.model.metadata.frontend
Constructors in com.kingsrook.qqq.backend.core.model.metadata.frontend with parameters of type QWidgetMetaDataInterfaceModifierConstructorDescriptionQFrontendWidgetMetaData
(AbstractActionInput actionInput, QWidgetMetaDataInterface widgetMetaData) -
Uses of QWidgetMetaDataInterface in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer
Methods in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer that return QWidgetMetaDataInterfaceModifier and TypeMethodDescriptionFilesystemImporterMetaDataTemplate.defineImportFileImportRecordChildWidget
(QJoinMetaData join) FilesystemImporterMetaDataTemplate.getImportFileImportRecordJoinWidget()
Getter for importFileImportRecordJoinWidgetMethods in com.kingsrook.qqq.backend.module.filesystem.processes.implementations.filesystem.importer with parameters of type QWidgetMetaDataInterfaceModifier and TypeMethodDescriptionvoid
FilesystemImporterMetaDataTemplate.setImportFileImportRecordJoinWidget
(QWidgetMetaDataInterface importFileImportRecordJoinWidget) Setter for importFileImportRecordJoinWidgetFilesystemImporterMetaDataTemplate.withImportFileImportRecordJoinWidget
(QWidgetMetaDataInterface importFileImportRecordJoinWidget) Fluent setter for importFileImportRecordJoinWidget -
Uses of QWidgetMetaDataInterface in com.kingsrook.qqq.slack
Methods in com.kingsrook.qqq.slack with parameters of type QWidgetMetaDataInterfaceModifier and TypeMethodDescriptionstatic String
QSlackImplementation.convertWidgetDataToSlackMessage
(QWidgetMetaDataInterface widgetMetaData, RenderWidgetOutput widgetOutput)