Uses of Class
com._1c.g5.aef2.standard.definitions.SectionDefinition
Packages that use SectionDefinition
Package
Description
-
Uses of SectionDefinition in com._1c.g5.aef2.standard.definitions.builders
Method parameters in com._1c.g5.aef2.standard.definitions.builders with type arguments of type SectionDefinitionModifier and TypeMethodDescriptionstatic <R> SectionDefinitionBuilder<R,?> SectionDefinitionBuilder.builder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult) Creates a new builder.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.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.Constructor parameters in com._1c.g5.aef2.standard.definitions.builders with type arguments of type SectionDefinitionModifierConstructorDescriptionprotectedSectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult) Instantiates a new builder.protectedSectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult) Instantiates a new builder. -
Uses of SectionDefinition in com._1c.g5.v8.dt.internal.md.ui.extension.properties.aef.definitions
Method parameters in com._1c.g5.v8.dt.internal.md.ui.extension.properties.aef.definitions with type arguments of type SectionDefinitionModifier and TypeMethodDescriptionprotected DtSectionDefinitionBuilder<Void,?> AdoptedObjectDefinitionBuilder.insertSection(Supplier<SectionDefinition> supplier, Consumer<SectionDefinition> endAction) protected DtSectionDefinitionBuilder<Void,?> AdoptedObjectDefinitionBuilder.insertSection(Supplier<SectionDefinition> supplier, Consumer<SectionDefinition> endAction) -
Uses of SectionDefinition in com._1c.g5.v8.dt.ui.aef.component
Method parameters in com._1c.g5.v8.dt.ui.aef.component with type arguments of type SectionDefinitionModifier and TypeMethodDescriptionprotected DtSectionDefinitionBuilder<Void,?> UnsettablePropertyFieldDefinitionBuilder.insertSection(Supplier<SectionDefinition> supplier, Consumer<SectionDefinition> endAction) protected DtSectionDefinitionBuilder<Void,?> UnsettablePropertyFieldDefinitionBuilder.insertSection(Supplier<SectionDefinition> supplier, Consumer<SectionDefinition> endAction) -
Uses of SectionDefinition in com._1c.g5.v8.dt.ui.aef.definitions.builder
Method parameters in com._1c.g5.v8.dt.ui.aef.definitions.builder with type arguments of type SectionDefinitionModifier and TypeMethodDescriptionstatic <R> DtSectionDefinitionBuilder<R,?> DtSectionDefinitionBuilder.builder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult) Creates a section definition builder.static <R> DtSectionDefinitionBuilder<R,?> DtSectionDefinitionBuilder.builder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult) Creates a section definition builder.protected DtSectionDefinitionBuilder<Void,?> DtManagingDefinitionBuilder.insertSection(Supplier<SectionDefinition> supplier, Consumer<SectionDefinition> endAction) protected DtSectionDefinitionBuilder<Void,?> DtManagingDefinitionBuilder.insertSection(Supplier<SectionDefinition> supplier, Consumer<SectionDefinition> endAction) Constructor parameters in com._1c.g5.v8.dt.ui.aef.definitions.builder with type arguments of type SectionDefinitionModifierConstructorDescriptionprotectedDtSectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult) Instantiates a new builder.protectedDtSectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult) Instantiates a new builder. -
Uses of SectionDefinition in com._1c.g5.v8.dt.ui.editor.aef.definition.builder
Method parameters in com._1c.g5.v8.dt.ui.editor.aef.definition.builder with type arguments of type SectionDefinitionModifier and TypeMethodDescriptionDtGranularEditorPageSingleColumnBuilder.insertSection(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, DtGranularEditorPageSingleColumnBuilder<R> endSectionResult) Inserts the section provided byproviderand returns the section builder instance that allows to setup section.DtGranularEditorPageSingleColumnBuilder.insertSection(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, DtGranularEditorPageSingleColumnBuilder<R> endSectionResult) Inserts the section provided byproviderand returns the section builder instance that allows to setup section.Constructor parameters in com._1c.g5.v8.dt.ui.editor.aef.definition.builder with type arguments of type SectionDefinitionModifierConstructorDescriptionprotectedSingleColumnSectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, DtGranularEditorPageSingleColumnBuilder<R> endSectionResult) Creates a new builder instance.protectedSingleColumnSectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, DtGranularEditorPageSingleColumnBuilder<R> endSectionResult) Creates a new builder instance.