Uses of Class
org.apache.juneau.html.annotation.HtmlAnnotation.Builder
Packages that use HtmlAnnotation.Builder
-
Uses of HtmlAnnotation.Builder in org.apache.juneau.html.annotation
Methods in org.apache.juneau.html.annotation that return HtmlAnnotation.BuilderModifier and TypeMethodDescriptionHtmlAnnotation.Builder.anchorText
(String value) Sets theHtml.anchorText()
property on this annotation.static HtmlAnnotation.Builder
HtmlAnnotation.create()
Instantiates a new builder for this class.static HtmlAnnotation.Builder
Instantiates a new builder for this class.static HtmlAnnotation.Builder
Instantiates a new builder for this class.HtmlAnnotation.Builder.format
(HtmlFormat value) Sets theHtml.format()
property on this annotation.Sets theHtml.link()
property on this annotation.HtmlAnnotation.Builder.noTableHeaders
(boolean value) Sets theHtml.noTableHeaders()
property on this annotation.HtmlAnnotation.Builder.noTables
(boolean value) Sets theHtml.noTables()
property on this annotation.HtmlAnnotation.Builder.render
(Class<? extends HtmlRender> value) Sets theHtml.render()
property on this annotation.