Class SectionDefinitionParameterization
- java.lang.Object
- 
- com._1c.g5.aef2.standard.parameterization.LabeledParameterization
- 
- com._1c.g5.aef2.standard.parameterization.SectionParametrization
- 
- com._1c.g5.aef2.standard.definitions.parameterization.SectionDefinitionParameterization
 
 
 
- 
- All Implemented Interfaces:
- IParameterization,- ISectionDefinitionParameterization,- ILabeledParametrization,- ISectionParameterization
 - Direct Known Subclasses:
- DtGranularEditorPageSectionParameterization,- DuallyNamedSectionParameterization
 
 public class SectionDefinitionParameterization extends SectionParametrization implements ISectionDefinitionParameterization TheISectionDefinitionParameterizationimplementation.
- 
- 
Field Summary- 
Fields inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrizationNULL_LABEL
 - 
Fields inherited from interface com._1c.g5.aef2.components.IParameterizationVOID
 
- 
 - 
Constructor SummaryConstructors Constructor Description SectionDefinitionParameterization(String label)Creates a new instance with the given label.SectionDefinitionParameterization(String label, boolean collapsible)Creates a new instance with the given parameters.
 - 
Method SummaryAll Methods Instance Methods Concrete 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 class com._1c.g5.aef2.standard.parameterization.SectionParametrizationisCollapsible
 - 
Methods inherited from class com._1c.g5.aef2.standard.parameterization.LabeledParameterizationgetLabel
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrizationgetLabel
 - 
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ISectionParameterizationisCollapsible
 
- 
 
- 
- 
- 
Constructor Detail- 
SectionDefinitionParameterizationpublic SectionDefinitionParameterization(String label, boolean collapsible) Creates a new instance with the given parameters.- Parameters:
- label- the label.
- collapsible- the collapsible flag.
 
 - 
SectionDefinitionParameterizationpublic SectionDefinitionParameterization(String label) Creates a new instance with the given label.- Parameters:
- label- the label.
 
 
- 
 - 
Method Detail- 
getDefinitionLabelpublic String getDefinitionLabel(ILabeledDefinition definition) Description copied from interface:ISectionDefinitionParameterizationReturns label ofILabeledDefinition.- Specified by:
- getDefinitionLabelin interface- ISectionDefinitionParameterization
- Parameters:
- definition- the definition.
- Returns:
- the definition.
 
 - 
getToolbarIdpublic String getToolbarId() Description copied from interface:ISectionDefinitionParameterizationReturns the toolbar id to poputale contributed actions with. May returnnull.- Specified by:
- getToolbarIdin interface- ISectionDefinitionParameterization
- Returns:
- the toolbar id to poputale contributed actions with or nullif not defined.
 
 - 
setToolbarIdpublic void setToolbarId(String toolbarId) Description copied from interface:ISectionDefinitionParameterizationSets the toolbar id to poputale contributed actions with.- Specified by:
- setToolbarIdin interface- ISectionDefinitionParameterization
- Parameters:
- toolbarId- the toolbar id to poputale contributed actions with, can be- null.
 
 
- 
 
-