Class HtmlComponentBuilder
- java.lang.Object
-
- org.dashbuilder.dsl.factory.component.AbstractComponentBuilder<HtmlComponentBuilder>
-
- org.dashbuilder.dsl.factory.component.HtmlComponentBuilder
-
public class HtmlComponentBuilder extends AbstractComponentBuilder<HtmlComponentBuilder>
-
-
Field Summary
Fields Modifier and Type Field Description static StringHTML_CODE_PROP
-
Constructor Summary
Constructors Constructor Description HtmlComponentBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HtmlComponentBuildercreate()HtmlComponentBuilderhtml(String html)-
Methods inherited from class org.dashbuilder.dsl.factory.component.AbstractComponentBuilder
build, cssProperty, property
-
-
-
-
Field Detail
-
HTML_CODE_PROP
public static final String HTML_CODE_PROP
- See Also:
- Constant Field Values
-
-
Method Detail
-
create
public static HtmlComponentBuilder create()
-
html
public HtmlComponentBuilder html(String html)
-
-