| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| Modifier and Type | Method and Description |
|---|---|
static LabelBuilder<com.vaadin.flow.component.html.Div> |
Components.div()
Obtain a
LabelBuilder to create a label component using a Div
tag. |
static LabelBuilder<com.vaadin.flow.component.html.H1> |
Components.h1()
Obtain a
LabelBuilder to create a label component using a H1
tag. |
static LabelBuilder<com.vaadin.flow.component.html.H2> |
Components.h2()
Obtain a
LabelBuilder to create a label component using a H2
tag. |
static LabelBuilder<com.vaadin.flow.component.html.H3> |
Components.h3()
Obtain a
LabelBuilder to create a label component using a H3
tag. |
static LabelBuilder<com.vaadin.flow.component.html.H4> |
Components.h4()
Obtain a
LabelBuilder to create a label component using a H4
tag. |
static LabelBuilder<com.vaadin.flow.component.html.H5> |
Components.h5()
Obtain a
LabelBuilder to create a label component using a H5
tag. |
static LabelBuilder<com.vaadin.flow.component.html.H6> |
Components.h6()
Obtain a
LabelBuilder to create a label component using a H6
tag. |
static LabelBuilder<com.vaadin.flow.component.html.Div> |
Components.label()
Obtain a
LabelBuilder to create a label component using a Div
tag. |
static LabelBuilder<com.vaadin.flow.component.html.Paragraph> |
Components.paragraph()
Obtain a
LabelBuilder to create a label component using a
Paragraph tag. |
static LabelBuilder<com.vaadin.flow.component.html.Span> |
Components.span()
Obtain a
LabelBuilder to create a label component using a
Span tag. |
| Modifier and Type | Method and Description |
|---|---|
static LabelBuilder<com.vaadin.flow.component.html.Div> |
LabelBuilder.div()
Obtain a
LabelBuilder to create a label component using a Div tag. |
static LabelBuilder<com.vaadin.flow.component.html.H1> |
LabelBuilder.h1()
Obtain a
LabelBuilder to create a label component using a H1 tag. |
static LabelBuilder<com.vaadin.flow.component.html.H2> |
LabelBuilder.h2()
Obtain a
LabelBuilder to create a label component using a H2 tag. |
static LabelBuilder<com.vaadin.flow.component.html.H3> |
LabelBuilder.h3()
Obtain a
LabelBuilder to create a label component using a H3 tag. |
static LabelBuilder<com.vaadin.flow.component.html.H4> |
LabelBuilder.h4()
Obtain a
LabelBuilder to create a label component using a H4 tag. |
static LabelBuilder<com.vaadin.flow.component.html.H5> |
LabelBuilder.h5()
Obtain a
LabelBuilder to create a label component using a H5 tag. |
static LabelBuilder<com.vaadin.flow.component.html.H6> |
LabelBuilder.h6()
Obtain a
LabelBuilder to create a label component using a H6 tag. |
static LabelBuilder<com.vaadin.flow.component.html.Paragraph> |
LabelBuilder.paragraph()
Obtain a
LabelBuilder to create a label component using a Paragraph tag. |
static LabelBuilder<com.vaadin.flow.component.html.Span> |
LabelBuilder.span()
Obtain a
LabelBuilder to create a label component using a Span tag. |
Copyright © 2020 The Holon Platform. All rights reserved.