public static interface HtmlTableBuilder.SecondContentStep
Modifier and Type | Method and Description |
---|---|
HtmlTableBuilder.SecondContentStep |
and(String content) |
HtmlTableBuilder.SecondContentStep |
andProperty(String propertyName) |
HtmlTableBuilder.SecondContentStep |
andProperty(String propertyName,
String pattern) |
HtmlTableBuilder.SecondContentStep |
andProperty(String propertyName,
String pattern,
String defaultContent) |
HtmlTableBuilder.BuildStep |
title(String title)
Sets the title of the current column.
|
HtmlTableBuilder.SecondContentStep andProperty(String propertyName)
FirstContentStep#fillWithProperty(String)}
HtmlTableBuilder.SecondContentStep andProperty(String propertyName, String pattern)
FirstContentStep#fillWithProperty(String, String)}
HtmlTableBuilder.SecondContentStep andProperty(String propertyName, String pattern, String defaultContent)
FirstContentStep#fillWithProperty(String, String, String)}
HtmlTableBuilder.SecondContentStep and(String content)
FirstContentStep#fillWith(String)}
HtmlTableBuilder.BuildStep title(String title)
Sets the title of the current column.
title
- Title to be used in the exported file.Copyright © 2013–2015 Dandelion Project. All rights reserved.