Class SectionParametrization
java.lang.Object
com._1c.g5.aef2.standard.parameterization.LabeledParameterization
com._1c.g5.aef2.standard.parameterization.SectionParametrization
- All Implemented Interfaces:
IParameterization
,ILabeledParametrization
,ISectionParameterization
- Direct Known Subclasses:
SectionDefinitionParameterization
public class SectionParametrization
extends LabeledParameterization
implements ISectionParameterization
The basic
ISectionParameterization
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
ConstructorsConstructorDescriptionSectionParametrization
(String label) Creates a new collapsible section parameterization instance with the given label.SectionParametrization
(String label, boolean collapsible) Creates a new instance with the given parameters. -
Method Summary
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
-
Constructor Details
-
SectionParametrization
Creates a new instance with the given parameters.- Parameters:
label
- the label.collapsible
- the collapsible flag.
-
SectionParametrization
Creates a new collapsible section parameterization instance with the given label.- Parameters:
label
- the label.
-
-
Method Details
-
isCollapsible
public boolean isCollapsible()- Specified by:
isCollapsible
in interfaceISectionParameterization
- Returns:
- flag that indicates the section collapsible or not.
-