Class DefinitionDrivenComponent<M extends IDefinitionModel,P extends IParameterization>

Type Parameters:
M - the model type.
P - the parameterization type.
All Implemented Interfaces:
IComponent<M>, IEventChannel, ComponentSearch.IIdentifierHost
Direct Known Subclasses:
DtGranularEditorPageSectionComponent, SectionDefinitionComponent

public class DefinitionDrivenComponent<M extends IDefinitionModel,P extends IParameterization> extends CompositeComponent<M,P> implements ComponentSearch.IIdentifierHost
The component implementation that creates sub components by definition.