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.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 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.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:ISectionDefinitionParameterizationReturns label ofILabeledDefinition.- Specified by:
getDefinitionLabelin interfaceISectionDefinitionParameterization- Parameters:
definition- the definition.- Returns:
- the definition.
-
getToolbarId
public String getToolbarId()
Description copied from interface:ISectionDefinitionParameterizationReturns the toolbar id to poputale contributed actions with. May returnnull.- Specified by:
getToolbarIdin interfaceISectionDefinitionParameterization- Returns:
- the toolbar id to poputale contributed actions with or
nullif not defined.
-
setToolbarId
public void setToolbarId(String toolbarId)
Description copied from interface:ISectionDefinitionParameterizationSets the toolbar id to poputale contributed actions with.- Specified by:
setToolbarIdin interfaceISectionDefinitionParameterization- Parameters:
toolbarId- the toolbar id to poputale contributed actions with, can benull.
-
-