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, write
public DetailHtmlBuilder(Writer writer, StringifierFactory stringifierFactory)
public DetailHtmlBuilder beginSection(String id, String title) throws IOException
IOException
public DetailHtmlBuilder endSection() throws IOException
IOException
public DetailHtmlBuilder beginRow() throws IOException
IOException
public DetailHtmlBuilder endRow() throws IOException
IOException
public DetailHtmlBuilder labelCell(String propertyLabel) throws IOException
IOException
public DetailHtmlBuilder beginValueCell() throws IOException
IOException
public DetailHtmlBuilder beginValueCell(String extraAttrs) throws IOException
IOException
public DetailHtmlBuilder endValueCell() throws IOException
IOException
public DetailHtmlBuilder valueCell(String text) throws IOException
IOException
public DetailHtmlBuilder valueCell(String extraAttr, String text) throws IOException
IOException
public DetailHtmlBuilder simonProperty(Simon simon, String propertyLabel, String propertyName) throws IOException
IOException
public DetailHtmlBuilder simonProperty(Simon simon, String propertyLabel, String propertyName, Integer colSpan) throws IOException
IOException
Copyright © 2019. All rights reserved.