Interface ISectionDefinitionParameterization
- All Superinterfaces:
ILabeledParametrization
,IParameterization
,ISectionParameterization
- All Known Subinterfaces:
IDtGranularEditorPageSectionParameterization
- All Known Implementing Classes:
DtGranularEditorPageSectionParameterization
,DuallyNamedSectionParameterization
,SectionDefinitionParameterization
The
ISectionParameterization
implementation for section definition component.-
Field Summary
Fields inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
NULL_LABEL
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Method Summary
Modifier and TypeMethodDescriptiongetDefinitionLabel
(ILabeledDefinition definition) Returns label ofILabeledDefinition
.Returns the toolbar id to poputale contributed actions with.void
setToolbarId
(String toolbarId) Sets the toolbar id to poputale contributed actions with.Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
getLabel
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ISectionParameterization
isCollapsible
-
Method Details
-
getDefinitionLabel
Returns label ofILabeledDefinition
.- Parameters:
definition
- the definition.- Returns:
- the definition.
-
getToolbarId
String getToolbarId()Returns the toolbar id to poputale contributed actions with. May returnnull
.- Returns:
- the toolbar id to poputale contributed actions with or
null
if not defined.
-
setToolbarId
Sets the toolbar id to poputale contributed actions with.- Parameters:
toolbarId
- the toolbar id to poputale contributed actions with, can benull
.
-