public class DetailHtmlBuilder extends HtmlBuilder<DetailHtmlBuilder>
| Constructor and Description |
|---|
DetailHtmlBuilder(Writer writer,
StringifierFactory stringifierFactory) |
| Modifier and Type | Method and Description |
|---|---|
DetailHtmlBuilder |
beginRow() |
DetailHtmlBuilder |
beginSection(String id,
String title) |
DetailHtmlBuilder |
beginValueCell() |
DetailHtmlBuilder |
beginValueCell(String extraAttrs) |
DetailHtmlBuilder |
endRow() |
DetailHtmlBuilder |
endSection() |
DetailHtmlBuilder |
endValueCell() |
DetailHtmlBuilder |
labelCell(String propertyLabel) |
DetailHtmlBuilder |
simonProperty(Simon simon,
String propertyLabel,
String propertyName) |
DetailHtmlBuilder |
simonProperty(Simon simon,
String propertyLabel,
String propertyName,
Integer colSpan) |
DetailHtmlBuilder |
valueCell(String text) |
DetailHtmlBuilder |
valueCell(String extraAttr,
String text) |
attr, begin, begin, element, end, footer, header, object, simonProperty, simonTypeImg, text, value, writepublic DetailHtmlBuilder(Writer writer, StringifierFactory stringifierFactory)
public DetailHtmlBuilder beginSection(String id, String title) throws IOException
IOExceptionpublic DetailHtmlBuilder endSection() throws IOException
IOExceptionpublic DetailHtmlBuilder beginRow() throws IOException
IOExceptionpublic DetailHtmlBuilder endRow() throws IOException
IOExceptionpublic DetailHtmlBuilder labelCell(String propertyLabel) throws IOException
IOExceptionpublic DetailHtmlBuilder beginValueCell() throws IOException
IOExceptionpublic DetailHtmlBuilder beginValueCell(String extraAttrs) throws IOException
IOExceptionpublic DetailHtmlBuilder endValueCell() throws IOException
IOExceptionpublic DetailHtmlBuilder valueCell(String text) throws IOException
IOExceptionpublic DetailHtmlBuilder valueCell(String extraAttr, String text) throws IOException
IOExceptionpublic DetailHtmlBuilder simonProperty(Simon simon, String propertyLabel, String propertyName) throws IOException
IOExceptionpublic DetailHtmlBuilder simonProperty(Simon simon, String propertyLabel, String propertyName, Integer colSpan) throws IOException
IOExceptionCopyright © 2019. All rights reserved.