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.ILabeledParametrizationNULL_LABEL
 - 
Fields inherited from interface com._1c.g5.aef2.components.IParameterizationVOID
 
- 
 - 
Method SummaryAll 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.ILabeledParametrizationgetLabel
 - 
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ISectionParameterizationisCollapsible
 
- 
 
- 
- 
- 
Method Detail- 
getDefinitionLabelString getDefinitionLabel(ILabeledDefinition definition) Returns label ofILabeledDefinition.- Parameters:
- definition- the definition.
- Returns:
- the definition.
 
 - 
getToolbarIdString 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.
 
 - 
setToolbarIdvoid setToolbarId(String toolbarId) Sets the toolbar id to poputale contributed actions with.- Parameters:
- toolbarId- the toolbar id to poputale contributed actions with, can be- null.
 
 
- 
 
-