Interface IContainerDefinition
-
- All Superinterfaces:
IComponentFactory
,IDefinition
- All Known Subinterfaces:
IDtGranularEditorManagingDefinition
,IManagingDefinition
- All Known Implementing Classes:
ContainerDefinition
,DtGranularEditorManagingDefinition
,ManagingDefinition
,SectionDefinition
public interface IContainerDefinition extends IDefinition
The definition interface that can keeps other definitions and describes the layout of child definitions.- See Also:
SectionDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<IDefinition>
getChildren()
Returns children of the container.IAefLayout
getLayout()
Returns the layout object.-
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, getParametrization, getParent
-
-
-
-
Method Detail
-
getLayout
IAefLayout getLayout()
Returns the layout object.- Returns:
- the layout object.
-
getChildren
Iterable<IDefinition> getChildren()
Returns children of the container.- Returns:
- child definitions.
-
-