Uses of Interface
com.polarion.alm.shared.api.utils.html.HtmlContentBuilder
Packages that use HtmlContentBuilder
Package
Description
-
Uses of HtmlContentBuilder in com.polarion.alm.shared.api.model
Methods in com.polarion.alm.shared.api.model with parameters of type HtmlContentBuilderModifier and TypeMethodDescriptionvoid
BasicRenderer.htmlTo
(HtmlContentBuilder builder) Renders html to the given buildervoid
Renderer.htmlTo
(HtmlContentBuilder builder) Completes the configuration of rendering options and renders the html to the given builder. -
Uses of HtmlContentBuilder in com.polarion.alm.shared.api.utils.charts.highcharts
Methods in com.polarion.alm.shared.api.utils.charts.highcharts with parameters of type HtmlContentBuilderModifier and TypeMethodDescriptionvoid
CommonHighchartBuilder.render
(HtmlContentBuilder builder, Integer height, Integer width) Renders chart to parent builder. -
Uses of HtmlContentBuilder in com.polarion.alm.shared.api.utils.html
Subinterfaces of HtmlContentBuilder in com.polarion.alm.shared.api.utils.htmlModifier and TypeInterfaceDescriptioninterface
Builder for building fragment of html.Methods in com.polarion.alm.shared.api.utils.html that return HtmlContentBuilderModifier and TypeMethodDescriptionHtmlDecoratedLabelBuilder.append()
Returns builder for appending content.HtmlTagBuilder.append()
Returns builder for appending content of this tag, never returns null.Caller must ensure that the html is well formatted and encoded, because this method does no validation or encoding.HtmlContentBuilder.javaScript
(String value) HtmlContentBuilder.nbsp()
Add not break space.HtmlContentBuilder.textWithFormatting
(String value)