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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterable<IDefinition>getChildren()Returns children of the container.IAefLayoutgetLayout()Returns the layout object.- 
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactorycreateComponent
 - 
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinitiongetComponentClass, getId, getLayoutData, getParametrization, getParent
 
- 
 
- 
- 
- 
Method Detail- 
getLayoutIAefLayout getLayout() Returns the layout object.- Returns:
- the layout object.
 
 - 
getChildrenIterable<IDefinition> getChildren() Returns children of the container.- Returns:
- child definitions.
 
 
- 
 
-