Class SectionDefinition
- java.lang.Object
-
- com._1c.g5.aef2.standard.definitions.AbstractDefinition
-
- com._1c.g5.aef2.standard.definitions.ContainerDefinition
-
- com._1c.g5.aef2.standard.definitions.SectionDefinition
-
- All Implemented Interfaces:
IComponentFactory
,IContainerDefinition
,IDefinition
public class SectionDefinition extends ContainerDefinition
The section definition describes all needed properties to build labeled section that keeps inner UI controls.
-
-
Constructor Summary
Constructors Constructor Description SectionDefinition(String label)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISectionParameterization
getParametrization()
Returns parameterization for component.String
toString()
-
Methods inherited from class com._1c.g5.aef2.standard.definitions.ContainerDefinition
addDefinition, addDefinition, getChildren, getLayout, removeDefinition, removeDefinition, setLayout
-
Methods inherited from class com._1c.g5.aef2.standard.definitions.AbstractDefinition
createComponent, equals, getComponentClass, getConstructor, getId, getLayoutData, getParent, hashCode, setComponentClass, setComponentFactory, setLayoutData, setModelFactory, setParameterization, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponent
-
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinition
getComponentClass, getId, getLayoutData, getParent
-
-
-
-
Constructor Detail
-
SectionDefinition
public SectionDefinition(String label)
Creates a new instance.- Parameters:
label
- the label.
-
-
Method Detail
-
getParametrization
public ISectionParameterization getParametrization()
Description copied from interface:IDefinition
Returns parameterization for component.- Specified by:
getParametrization
in interfaceIDefinition
- Overrides:
getParametrization
in classAbstractDefinition
- Returns:
- the parameterization, may be
null
.
-
-