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, setLayoutMethods inherited from class com._1c.g5.aef2.standard.definitions.AbstractDefinition
createComponent, equals, getComponentClass, getConstructor, getId, getLayoutData, getParent, hashCode, setComponentClass, setComponentFactory, setLayoutData, setModelFactory, setParameterization, setParentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponentMethods 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:IDefinitionReturns parameterization for component.- Specified by:
getParametrizationin interfaceIDefinition- Overrides:
getParametrizationin classAbstractDefinition- Returns:
- the parameterization, may be
null.
-
toString
-