Interface IContainerDefinition
- All Superinterfaces:
IComponentFactory,IDefinition
- All Known Subinterfaces:
IDtGranularEditorManagingDefinition,IManagingDefinition
- All Known Implementing Classes:
ContainerDefinition,DtGranularEditorManagingDefinition,ManagingDefinition,SectionDefinition
The definition interface that can keeps other definitions and
describes the layout of child definitions.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns children of the container.Returns the layout object.Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponentMethods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinition
getComponentClass, getId, getLayoutData, getParametrization, getParent
-
Method Details
-
getLayout
IAefLayout getLayout()Returns the layout object.- Returns:
- the layout object.
-
getChildren
Iterable<IDefinition> getChildren()Returns children of the container.- Returns:
- child definitions.
-