Interface ISectionDefinitionParameterization
-
- All Superinterfaces:
ILabeledParametrization,IParameterization,ISectionParameterization
- All Known Subinterfaces:
IDtGranularEditorPageSectionParameterization
- All Known Implementing Classes:
DtGranularEditorPageSectionParameterization,DuallyNamedSectionParameterization,SectionDefinitionParameterization
public interface ISectionDefinitionParameterization extends ISectionParameterization
TheISectionParameterizationimplementation 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 StringgetDefinitionLabel(ILabeledDefinition definition)Returns label ofILabeledDefinition.StringgetToolbarId()Returns the toolbar id to poputale contributed actions with.voidsetToolbarId(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
nullif 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.
-
-