Uses of Class
com.kingsrook.qqq.backend.core.model.metadata.tables.QFieldSection
Packages that use QFieldSection
Package
Description
-
Uses of QFieldSection 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 QFieldSection -
Uses of QFieldSection in com.kingsrook.qqq.backend.core.model.metadata.tables
Methods in com.kingsrook.qqq.backend.core.model.metadata.tables that return QFieldSectionModifier and TypeMethodDescriptionQFieldSection.clone()static QFieldSectionstatic QFieldSectionstatic QFieldSectionstatic QFieldSectionQTableMetaData.getSection(String name) Getter for sectionsQFieldSection.withAlternative(QFieldSectionAlternativeTypeInterface type, QFieldSection alternative) Fluent setter for adding a single alternativeQFieldSection.withAlternative(QFieldSectionAlternativeTypeInterface type, Consumer<QFieldSection> alternativeMaker) Fluent setter for adding a single alternative - which is a clone of the base section, with customizations performed by a lambda.QFieldSection.withAlternatives(Map<QFieldSectionAlternativeTypeInterface, QFieldSection> alternatives) Fluent setter for alternativesQFieldSection.withFieldNames(List<String> fieldNames) Fluent setter for fieldNamesQFieldSection.withGridColumns(Integer gridColumns) Fluent setter for gridColumnsQFieldSection.withHelpContent(QHelpContent helpContent) Fluent setter for adding 1 helpContentQFieldSection.withHelpContents(List<QHelpContent> helpContents) Fluent setter for helpContentsFluent setter for iconQFieldSection.withIsHidden(boolean isHidden) Fluent Setter for isHiddenFluent setter for labelFluent setter for nameFluent setter for tierQFieldSection.withWidgetName(String widgetName) Fluent setter for widgetNameMethods in com.kingsrook.qqq.backend.core.model.metadata.tables that return types with arguments of type QFieldSectionModifier and TypeMethodDescriptionQFieldSection.getAlternatives()Getter for alternativesQTableMetaData.getSections()Getter for sectionsMethods in com.kingsrook.qqq.backend.core.model.metadata.tables with parameters of type QFieldSectionModifier and TypeMethodDescriptionvoidQTableMetaData.addSection(QFieldSection fieldSection) QFieldSection.withAlternative(QFieldSectionAlternativeTypeInterface type, QFieldSection alternative) Fluent setter for adding a single alternativeQTableMetaData.withSection(QFieldSection fieldSection) QTableMetaData.withSectionOfFields(QFieldSection fieldSection, QFieldMetaData... fields) Fluently add a section and fields in that section.Method parameters in com.kingsrook.qqq.backend.core.model.metadata.tables with type arguments of type QFieldSectionModifier and TypeMethodDescriptionvoidQFieldSection.setAlternatives(Map<QFieldSectionAlternativeTypeInterface, QFieldSection> alternatives) Setter for alternativesvoidQTableMetaData.setSections(List<QFieldSection> sections) Setter for sectionsQFieldSection.withAlternative(QFieldSectionAlternativeTypeInterface type, Consumer<QFieldSection> alternativeMaker) Fluent setter for adding a single alternative - which is a clone of the base section, with customizations performed by a lambda.QFieldSection.withAlternatives(Map<QFieldSectionAlternativeTypeInterface, QFieldSection> alternatives) Fluent setter for alternativesQTableMetaData.withSections(List<QFieldSection> fieldSections) Fluent setter for sections -
Uses of QFieldSection 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 QFieldSection