|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.visualization.datasource.render.HtmlRenderer
public class HtmlRenderer
Takes a data table and returns an html string.
| Method Summary | |
|---|---|
static java.lang.CharSequence |
renderDataTable(DataTable dataTable,
com.ibm.icu.util.ULocale locale)
Generates an HTML string representation of a data table. |
static java.lang.CharSequence |
renderHtmlError(ResponseStatus responseStatus)
Renders a simple html for the given responseStatus. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.CharSequence renderDataTable(DataTable dataTable,
com.ibm.icu.util.ULocale locale)
dataTable - The data table to render.locale - The locale. If null, uses the default from
LocaleUtil#getDefaultLocale.
public static java.lang.CharSequence renderHtmlError(ResponseStatus responseStatus)
responseStatus - The response message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||