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
TheISectionDefinitionParameterization
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
Constructors 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 Summary
All Methods Instance Methods Concrete 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 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 Detail
-
SectionDefinitionParameterization
public SectionDefinitionParameterization(String label, boolean collapsible)
Creates a new instance with the given parameters.- Parameters:
label
- the label.collapsible
- the collapsible flag.
-
SectionDefinitionParameterization
public SectionDefinitionParameterization(String label)
Creates a new instance with the given label.- Parameters:
label
- the label.
-
-
Method Detail
-
getDefinitionLabel
public String getDefinitionLabel(ILabeledDefinition definition)
Description copied from interface:ISectionDefinitionParameterization
Returns label ofILabeledDefinition
.- Specified by:
getDefinitionLabel
in interfaceISectionDefinitionParameterization
- Parameters:
definition
- the definition.- Returns:
- the definition.
-
getToolbarId
public String 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
public void setToolbarId(String toolbarId)
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
.
-
-