Interface ISectionDefinitionParameterization
-
- All Superinterfaces:
ILabeledParametrization
,IParameterization
,ISectionParameterization
- All Known Subinterfaces:
IDtGranularEditorPageSectionParameterization
- All Known Implementing Classes:
DtGranularEditorPageSectionParameterization
,DuallyNamedSectionParameterization
,SectionDefinitionParameterization
public interface ISectionDefinitionParameterization extends ISectionParameterization
TheISectionParameterization
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDefinitionLabel(ILabeledDefinition definition)
Returns label ofILabeledDefinition
.String
getToolbarId()
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 Detail
-
getDefinitionLabel
String getDefinitionLabel(ILabeledDefinition definition)
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
void setToolbarId(String toolbarId)
Sets the toolbar id to poputale contributed actions with.- Parameters:
toolbarId
- the toolbar id to poputale contributed actions with, can benull
.
-
-