Uses of Class
com._1c.g5.aef2.standard.definitions.builders.SectionDefinitionBuilder
- 
- 
Uses of SectionDefinitionBuilder in com._1c.g5.aef2.standard.definitions.buildersClasses in com._1c.g5.aef2.standard.definitions.builders with type parameters of type SectionDefinitionBuilder Modifier and Type Class Description classSectionDefinitionBuilder<R,T extends SectionDefinitionBuilder<R,T>>Definition builder to build the section definition.Methods in com._1c.g5.aef2.standard.definitions.builders that return SectionDefinitionBuilder Modifier and Type Method Description static <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.SectionDefinitionBuilder<Void,?>ManagingDefinitionBuilder. navigateToSection(String title)Navigates to the existing section.SectionDefinitionBuilder<Void,?>ManagingDefinitionBuilder. section(String title)Returns the section builder instance that allows to setup section.
- 
Uses of SectionDefinitionBuilder in com._1c.g5.properties.ui.descriptorsMethods in com._1c.g5.properties.ui.descriptors that return SectionDefinitionBuilder Modifier and Type Method Description protected SectionDefinitionBuilder<Void,?>AbstractObjectDescriptor. navigateToSection(String section)Navigates to the existing section using builder.protected SectionDefinitionBuilder<Void,?>AbstractObjectDescriptor. section(String section)Adds the new section using builder.
- 
Uses of SectionDefinitionBuilder in com._1c.g5.v8.dt.ui.aef.definitions.builderSubclasses of SectionDefinitionBuilder in com._1c.g5.v8.dt.ui.aef.definitions.builder Modifier and Type Class Description classDtSectionDefinitionBuilder<R,T extends DtSectionDefinitionBuilder<R,T>>TheSectionDefinitionBuilderimplementation oriented on DT specific.
- 
Uses of SectionDefinitionBuilder in com._1c.g5.v8.dt.ui.editor.aef.definition.builderSubclasses of SectionDefinitionBuilder in com._1c.g5.v8.dt.ui.editor.aef.definition.builder Modifier and Type Class Description static classDtGranularEditorPageSingleColumnBuilder.SingleColumnSectionDefinitionBuilder<R>The section builder for the single-column builder.
- 
Uses of SectionDefinitionBuilder in com.e1c.g5.dt.applications.ui.editorMethods in com.e1c.g5.dt.applications.ui.editor that return SectionDefinitionBuilder Modifier and Type Method Description protected SectionDefinitionBuilder<Void,?>ApplicationEditorDescriptor. section(String title)Creates a new section and returns its builder.protected SectionDefinitionBuilder<Void,?>ApplicationEditorDescriptor. section(String title, String toolbarId)Creates a new section and returns its builder.
 
-