public abstract class ComponentRenderer<C extends Component>
extends java.lang.Object
Constructor and Description |
---|
ComponentRenderer() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
initialize() |
void |
render(C component,
Context context) |
abstract void |
renderComponent(C component,
Context context) |