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
The section definition describes all needed properties to
build labeled section that keeps inner UI controls.
-
Constructor Summary
ConstructorsConstructorDescriptionSectionDefinition
(IDefinitionIdentifier id, String label) Creates a new instance.SectionDefinition
(String label) Creates a new instance. -
Method Summary
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 Details
-
SectionDefinition
Creates a new instance.- Parameters:
id
- the definition identifier, cannot benull
.label
- the label of new section, can benull
.
-
SectionDefinition
Creates a new instance.- Parameters:
label
- the label of new section, can benull
.
-
-
Method Details
-
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
.
-
toString
-