Uses of Class
com._1c.g5.aef2.standard.definitions.SectionDefinition
-
-
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 SectionDefinition Modifier and Type Method Description static <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 byprovider
and 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 byprovider
and 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 SectionDefinition Constructor Description SectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult)
Instantiates a new builder.SectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult)
Instantiates a new builder. -
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 SectionDefinition Modifier and Type Method Description protected 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 SectionDefinition Modifier and Type Method Description static <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 SectionDefinition Constructor Description DtSectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, R endSectionResult)
Instantiates a new builder.DtSectionDefinitionBuilder(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 SectionDefinition Modifier and Type Method Description protected DtGranularEditorPageSingleColumnBuilder.SingleColumnSectionDefinitionBuilder<R>
DtGranularEditorPageSingleColumnBuilder. insertSection(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, DtGranularEditorPageSingleColumnBuilder<R> endSectionResult)
Inserts the section provided byprovider
and returns the section builder instance that allows to setup section.protected DtGranularEditorPageSingleColumnBuilder.SingleColumnSectionDefinitionBuilder<R>
DtGranularEditorPageSingleColumnBuilder. insertSection(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, DtGranularEditorPageSingleColumnBuilder<R> endSectionResult)
Inserts the section provided byprovider
and 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 SectionDefinition Constructor Description SingleColumnSectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, DtGranularEditorPageSingleColumnBuilder<R> endSectionResult)
Creates a new builder instance.SingleColumnSectionDefinitionBuilder(Supplier<SectionDefinition> provider, Consumer<SectionDefinition> endAction, DtGranularEditorPageSingleColumnBuilder<R> endSectionResult)
Creates a new builder instance.
-