Uses of Class
com._1c.g5.aef2.standard.definitions.builders.SectionDefinitionBuilder
Packages that use SectionDefinitionBuilder
Package
Description
-
Uses of SectionDefinitionBuilder in com._1c.g5.aef2.standard.definitions.builders
Classes in com._1c.g5.aef2.standard.definitions.builders with type parameters of type SectionDefinitionBuilderModifier and TypeClassDescriptionclassSectionDefinitionBuilder<R,T extends SectionDefinitionBuilder<R, T>> Definition builder to build the section definition.Methods in com._1c.g5.aef2.standard.definitions.builders that return SectionDefinitionBuilderModifier and TypeMethodDescriptionstatic <R> SectionDefinitionBuilder<R,?> SectionDefinitionBuilder.builder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult) Creates a new builder.protected SectionDefinitionBuilder<Void,?> ManagingDefinitionBuilder.insertSection(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction) Inserts the section provided byproviderand returns the section builder instance that allows to setup section.ManagingDefinitionBuilder.navigateToSection(String title) Navigates to the existing section.Returns the section builder instance that allows to setup section. -
Uses of SectionDefinitionBuilder in com._1c.g5.properties.ui.descriptors
Methods in com._1c.g5.properties.ui.descriptors that return SectionDefinitionBuilderModifier and TypeMethodDescriptionprotected SectionDefinitionBuilder<Void,?> AbstractObjectDescriptor.navigateToSection(String section) Navigates to the existing section using builder.protected SectionDefinitionBuilder<Void,?> Adds the new section using builder. -
Uses of SectionDefinitionBuilder in com._1c.g5.v8.dt.ui.aef.definitions.builder
Subclasses of SectionDefinitionBuilder in com._1c.g5.v8.dt.ui.aef.definitions.builderModifier and TypeClassDescriptionclassDtSectionDefinitionBuilder<R,T extends DtSectionDefinitionBuilder<R, T>> TheSectionDefinitionBuilderimplementation oriented on DT specific. -
Uses of SectionDefinitionBuilder in com._1c.g5.v8.dt.ui.editor.aef.definition.builder
Modifier and TypeClassDescriptionstatic classThe section builder for the single-column builder. -
Uses of SectionDefinitionBuilder in com.e1c.g5.dt.applications.ui.editor
Methods in com.e1c.g5.dt.applications.ui.editor that return SectionDefinitionBuilderModifier and TypeMethodDescriptionprotected SectionDefinitionBuilder<Void,?> Creates a new section and returns its builder.protected SectionDefinitionBuilder<Void,?> Creates a new section and returns its builder.