T - The component type to be rendered.M - The model type.public interface IComponentRenderer<T extends BaseComponent,M>
| Modifier and Type | Method and Description |
|---|---|
T |
render(M model)
Renders the model object as a new component instance.
|
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.