Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.layout.QAppSection
Packages that use QAppSection
Package
Description
-
Uses of QAppSection in com.kingsrook.qqq.backend.core.model.metadata.frontend
Methods in com.kingsrook.qqq.backend.core.model.metadata.frontend that return types with arguments of type QAppSection -
Uses of QAppSection in com.kingsrook.qqq.backend.core.model.metadata.layout
Methods in com.kingsrook.qqq.backend.core.model.metadata.layout that return QAppSectionModifier and TypeMethodDescriptionQAppSection.clone()Fluent setter for iconFluent setter for labelFluent setter for nameQAppSection.withProcess(String processName) Fluent setter for processesQAppSection.withProcesses(List<String> processes) Fluent setter for processesQAppSection.withReport(String reportName) Fluent setter for reportsQAppSection.withReports(List<String> reports) Fluent setter for reportsFluent setter for tablesQAppSection.withTables(List<String> tables) Fluent setter for tablesMethods in com.kingsrook.qqq.backend.core.model.metadata.layout that return types with arguments of type QAppSectionMethods in com.kingsrook.qqq.backend.core.model.metadata.layout with parameters of type QAppSectionModifier and TypeMethodDescriptionvoidQAppMetaData.addSection(QAppSection section) QAppMetaData.withSection(QAppSection section) Fluent setter for sectionsQAppMetaData.withSectionOfChildren(QAppSection section, QAppChildMetaData... children) QAppMetaData.withSectionOfChildren(QAppSection section, Collection<? extends QAppChildMetaData> children) Method parameters in com.kingsrook.qqq.backend.core.model.metadata.layout with type arguments of type QAppSectionModifier and TypeMethodDescriptionvoidQAppMetaData.setSections(List<QAppSection> sections) Setter for sectionsQAppMetaData.withSections(List<QAppSection> sections) Fluent setter for sections -
Uses of QAppSection in com.kingsrook.qqq.middleware.javalin.specs.v1.responses.components
Constructors in com.kingsrook.qqq.middleware.javalin.specs.v1.responses.components with parameters of type QAppSection