public abstract class DomReportRenderer<T> extends Object
| Constructor and Description |
|---|
DomReportRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected Element |
append(Element parent,
String name) |
protected Element |
appendLink(Element parent,
String href,
Object textContent) |
protected void |
appendText(Element element,
Object textContent) |
protected Element |
appendWithId(Element parent,
String name,
String id) |
protected Element |
appendWithText(Element parent,
String name,
Object textContent) |
abstract void |
render(T model,
Element parent)
Renders the report for the given model as children of the given DOM element.
|
Copyright © 2013. All rights reserved