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
The
ISectionDefinitionParameterization
implementation.-
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
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance with the given label.SectionDefinitionParameterization
(String label, boolean collapsible) Creates a new instance with the given parameters. -
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 class com._1c.g5.aef2.standard.parameterization.SectionParametrization
isCollapsible
Methods inherited from class com._1c.g5.aef2.standard.parameterization.LabeledParameterization
getLabel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
getLabel
Methods inherited from interface com._1c.g5.aef2.standard.parameterization.ISectionParameterization
isCollapsible
-
Constructor Details
-
SectionDefinitionParameterization
Creates a new instance with the given parameters.- Parameters:
label
- the label.collapsible
- the collapsible flag.
-
SectionDefinitionParameterization
Creates a new instance with the given label.- Parameters:
label
- the label.
-
-
Method Details
-
getDefinitionLabel
Description copied from interface:ISectionDefinitionParameterization
Returns label ofILabeledDefinition
.- Specified by:
getDefinitionLabel
in interfaceISectionDefinitionParameterization
- Parameters:
definition
- the definition.- Returns:
- the definition.
-
getToolbarId
Description copied from interface:ISectionDefinitionParameterization
Returns the toolbar id to poputale contributed actions with. May returnnull
.- Specified by:
getToolbarId
in interfaceISectionDefinitionParameterization
- Returns:
- the toolbar id to poputale contributed actions with or
null
if not defined.
-
setToolbarId
Description copied from interface:ISectionDefinitionParameterization
Sets the toolbar id to poputale contributed actions with.- Specified by:
setToolbarId
in interfaceISectionDefinitionParameterization
- Parameters:
toolbarId
- the toolbar id to poputale contributed actions with, can benull
.
-