Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.help.QHelpContent
Packages that use QHelpContent
Package
Description
-
Uses of QHelpContent in com.kingsrook.qqq.backend.core.instances
Methods in com.kingsrook.qqq.backend.core.instances with parameters of type QHelpContentModifier and TypeMethodDescriptionstatic void
QInstanceHelpContentManager.putHelpContentInList
(QHelpContent helpContent, List<QHelpContent> helpContents) add a help content object to a list - replacing an entry in the list with the same roles if one is found.Method parameters in com.kingsrook.qqq.backend.core.instances with type arguments of type QHelpContentModifier and TypeMethodDescriptionstatic void
QInstanceHelpContentManager.putHelpContentInList
(QHelpContent helpContent, List<QHelpContent> helpContents) add a help content object to a list - replacing an entry in the list with the same roles if one is found.static void
QInstanceHelpContentManager.removeHelpContentByRoleSetFromList
(Set<HelpRole> roles, List<QHelpContent> helpContents) Remove any helpContent entries in a list if they have a set of roles that matches the input set. -
Uses of QHelpContent in com.kingsrook.qqq.backend.core.model.actions.metadata
Methods in com.kingsrook.qqq.backend.core.model.actions.metadata that return types with arguments of type QHelpContentMethod parameters in com.kingsrook.qqq.backend.core.model.actions.metadata with type arguments of type QHelpContentModifier and TypeMethodDescriptionvoid
MetaDataOutput.setHelpContents
(Map<String, List<QHelpContent>> helpContents) Setter for helpContents -
Uses of QHelpContent in com.kingsrook.qqq.backend.core.model.metadata
Fields in com.kingsrook.qqq.backend.core.model.metadata with type parameters of type QHelpContentMethods in com.kingsrook.qqq.backend.core.model.metadata that return types with arguments of type QHelpContentMethods in com.kingsrook.qqq.backend.core.model.metadata with parameters of type QHelpContentModifier and TypeMethodDescriptionQInstance.withHelpContent
(String slot, QHelpContent helpContent) Fluent setter for adding 1 helpContent (for a slot)Method parameters in com.kingsrook.qqq.backend.core.model.metadata with type arguments of type QHelpContentModifier and TypeMethodDescriptionvoid
QInstance.setHelpContent
(Map<String, List<QHelpContent>> helpContent) Setter for helpContentQInstance.withHelpContent
(Map<String, List<QHelpContent>> helpContent) Fluent setter for helpContent -
Uses of QHelpContent in com.kingsrook.qqq.backend.core.model.metadata.dashboard
Fields in com.kingsrook.qqq.backend.core.model.metadata.dashboard with type parameters of type QHelpContentModifier and TypeFieldDescriptionprotected Map
<String, List<QHelpContent>> QWidgetMetaData.helpContent
Methods in com.kingsrook.qqq.backend.core.model.metadata.dashboard that return types with arguments of type QHelpContentModifier and TypeMethodDescriptionQWidgetMetaData.getHelpContent()
Getter for helpContentdefault Map
<String, List<QHelpContent>> QWidgetMetaDataInterface.getHelpContent()
Methods in com.kingsrook.qqq.backend.core.model.metadata.dashboard with parameters of type QHelpContentModifier and TypeMethodDescriptionQWidgetMetaData.withHelpContent
(String slot, QHelpContent helpContent) Fluent setter for adding 1 helpContent (for a slot)default QWidgetMetaDataInterface
QWidgetMetaDataInterface.withHelpContent
(String slot, QHelpContent helpContent) Method parameters in com.kingsrook.qqq.backend.core.model.metadata.dashboard with type arguments of type QHelpContentModifier and TypeMethodDescriptionvoid
QWidgetMetaData.setHelpContent
(Map<String, List<QHelpContent>> helpContent) Setter for helpContentdefault void
QWidgetMetaDataInterface.setHelpContent
(Map<String, List<QHelpContent>> helpContent) QWidgetMetaData.withHelpContent
(Map<String, List<QHelpContent>> helpContent) Fluent setter for helpContent -
Uses of QHelpContent in com.kingsrook.qqq.backend.core.model.metadata.fields
Methods in com.kingsrook.qqq.backend.core.model.metadata.fields that return types with arguments of type QHelpContentMethods in com.kingsrook.qqq.backend.core.model.metadata.fields with parameters of type QHelpContentModifier and TypeMethodDescriptionQFieldMetaData.withHelpContent
(QHelpContent helpContent) Fluent setter for adding 1 helpContentMethod parameters in com.kingsrook.qqq.backend.core.model.metadata.fields with type arguments of type QHelpContentModifier and TypeMethodDescriptionvoid
QFieldMetaData.setHelpContents
(List<QHelpContent> helpContents) Setter for helpContentsQFieldMetaData.withHelpContents
(List<QHelpContent> helpContents) Fluent setter for helpContents -
Uses of QHelpContent in com.kingsrook.qqq.backend.core.model.metadata.frontend
Fields in com.kingsrook.qqq.backend.core.model.metadata.frontend with type parameters of type QHelpContentModifier and TypeFieldDescriptionprotected Map
<String, List<QHelpContent>> QFrontendWidgetMetaData.helpContent
Methods in com.kingsrook.qqq.backend.core.model.metadata.frontend that return types with arguments of type QHelpContentModifier and TypeMethodDescriptionQFrontendWidgetMetaData.getHelpContent()
Getter for helpContentQFrontendFieldMetaData.getHelpContents()
Getter for helpContentsQFrontendTableMetaData.getHelpContents()
Getter for helpContents -
Uses of QHelpContent in com.kingsrook.qqq.backend.core.model.metadata.help
Methods in com.kingsrook.qqq.backend.core.model.metadata.help that return QHelpContentModifier and TypeMethodDescriptionQHelpContent.withContent
(String content) Fluent setter for contentQHelpContent.withContentAsHTML
(String content) Fluent setter for content that also sets format as HTMLQHelpContent.withContentAsMarkdown
(String content) Fluent setter for content that also sets format as MarkdownQHelpContent.withContentAsText
(String content) Fluent setter for content that also sets format as TEXTQHelpContent.withFormat
(HelpFormat format) Fluent setter for formatFluent method to add a roleFluent method to add a roleFluent setter for roles -
Uses of QHelpContent in com.kingsrook.qqq.backend.core.model.metadata.processes
Methods in com.kingsrook.qqq.backend.core.model.metadata.processes that return types with arguments of type QHelpContentModifier and TypeMethodDescriptionQFrontendStepMetaData.getHelpContents()
Getter for helpContentsMethods in com.kingsrook.qqq.backend.core.model.metadata.processes with parameters of type QHelpContentModifier and TypeMethodDescriptionQFrontendStepMetaData.withHelpContent
(QHelpContent helpContent) Fluent setter for adding 1 helpContentMethod parameters in com.kingsrook.qqq.backend.core.model.metadata.processes with type arguments of type QHelpContentModifier and TypeMethodDescriptionvoid
QFrontendStepMetaData.setHelpContents
(List<QHelpContent> helpContents) Setter for helpContentsQFrontendStepMetaData.withHelpContents
(List<QHelpContent> helpContents) Fluent setter for helpContents -
Uses of QHelpContent in com.kingsrook.qqq.backend.core.model.metadata.tables
Fields in com.kingsrook.qqq.backend.core.model.metadata.tables with type parameters of type QHelpContentModifier and TypeFieldDescriptionprotected Map
<String, List<QHelpContent>> QTableMetaData.helpContent
Methods in com.kingsrook.qqq.backend.core.model.metadata.tables that return types with arguments of type QHelpContentModifier and TypeMethodDescriptionQTableMetaData.getHelpContent()
Getter for helpContentQFieldSection.getHelpContents()
Getter for helpContentsMethods in com.kingsrook.qqq.backend.core.model.metadata.tables with parameters of type QHelpContentModifier and TypeMethodDescriptionQFieldSection.withHelpContent
(QHelpContent helpContent) Fluent setter for adding 1 helpContentQTableMetaData.withHelpContent
(String slot, QHelpContent helpContent) Fluent setter for adding 1 helpContent (for a slot)Method parameters in com.kingsrook.qqq.backend.core.model.metadata.tables with type arguments of type QHelpContentModifier and TypeMethodDescriptionvoid
QTableMetaData.setHelpContent
(Map<String, List<QHelpContent>> helpContent) Setter for helpContentvoid
QFieldSection.setHelpContents
(List<QHelpContent> helpContents) Setter for helpContentsQTableMetaData.withHelpContent
(Map<String, List<QHelpContent>> helpContent) Fluent setter for helpContentQFieldSection.withHelpContents
(List<QHelpContent> helpContents) Fluent setter for helpContents -
Uses of QHelpContent in com.kingsrook.qqq.middleware.javalin.specs.v1.responses.components
Methods in com.kingsrook.qqq.middleware.javalin.specs.v1.responses.components that return types with arguments of type QHelpContent