L - Concrete label component typepublic interface LabelBuilder<L extends com.vaadin.flow.component.HtmlContainer & com.vaadin.flow.component.ClickNotifier> extends LabelConfigurator<L,LabelBuilder<L>>, ComponentBuilder<L,LabelBuilder<L>>
LabelConfigurator.BaseLabelConfigurator<L extends com.vaadin.flow.component.HtmlContainer & com.vaadin.flow.component.ClickNotifier>ComponentConfigurator.BaseComponentConfiguratorHasSizeConfigurator.BaseHasSizeConfiguratorHasStyleConfigurator.BaseHasStyleConfiguratorHasEnabledConfigurator.BaseHasEnabledConfiguratorHasTextConfigurator.BaseHasTextConfiguratorFULL_SIZE| Modifier and Type | Method and Description |
|---|---|
static LabelBuilder<com.vaadin.flow.component.html.Div> |
div()
Obtain a
LabelBuilder to create a label component using a Div tag. |
static LabelBuilder<com.vaadin.flow.component.html.H1> |
h1()
Obtain a
LabelBuilder to create a label component using a H1 tag. |
static LabelBuilder<com.vaadin.flow.component.html.H2> |
h2()
Obtain a
LabelBuilder to create a label component using a H2 tag. |
static LabelBuilder<com.vaadin.flow.component.html.H3> |
h3()
Obtain a
LabelBuilder to create a label component using a H3 tag. |
static LabelBuilder<com.vaadin.flow.component.html.H4> |
h4()
Obtain a
LabelBuilder to create a label component using a H4 tag. |
static LabelBuilder<com.vaadin.flow.component.html.H5> |
h5()
Obtain a
LabelBuilder to create a label component using a H5 tag. |
static LabelBuilder<com.vaadin.flow.component.html.H6> |
h6()
Obtain a
LabelBuilder to create a label component using a H6 tag. |
static LabelBuilder<com.vaadin.flow.component.html.Paragraph> |
paragraph()
Obtain a
LabelBuilder to create a label component using a Paragraph tag. |
static LabelBuilder<com.vaadin.flow.component.html.Span> |
span()
Obtain a
LabelBuilder to create a label component using a Span tag. |
configurecreate, elementConfiguration, hidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNamecreate, fullHeight, fullSize, fullWidth, height, height, heightUndefined, maxHeight, maxWidth, minHeight, minWidth, sizeUndefined, width, width, widthUndefinedcreate, styleName, styleNamesdescription, description, description, title, title, titlecreate, disabled, enabledcreate, create, text, text, texthtmlText, htmlText, htmlTextonClick, withClickListener, withClickShortcut, withClickShortcutKeydeferLocalization, withDeferredLocalizationisDeferredLocalizationEnabledbuildstatic LabelBuilder<com.vaadin.flow.component.html.Span> span()
LabelBuilder to create a label component using a Span tag.LabelBuilder to configure and obtain the component instancestatic LabelBuilder<com.vaadin.flow.component.html.Div> div()
LabelBuilder to create a label component using a Div tag.LabelBuilder to configure and obtain the component instancestatic LabelBuilder<com.vaadin.flow.component.html.Paragraph> paragraph()
LabelBuilder to create a label component using a Paragraph tag.LabelBuilder to configure and obtain the component instancestatic LabelBuilder<com.vaadin.flow.component.html.H1> h1()
LabelBuilder to create a label component using a H1 tag.LabelBuilder to configure and obtain the component instancestatic LabelBuilder<com.vaadin.flow.component.html.H2> h2()
LabelBuilder to create a label component using a H2 tag.LabelBuilder to configure and obtain the component instancestatic LabelBuilder<com.vaadin.flow.component.html.H3> h3()
LabelBuilder to create a label component using a H3 tag.LabelBuilder to configure and obtain the component instancestatic LabelBuilder<com.vaadin.flow.component.html.H4> h4()
LabelBuilder to create a label component using a H4 tag.LabelBuilder to configure and obtain the component instancestatic LabelBuilder<com.vaadin.flow.component.html.H5> h5()
LabelBuilder to create a label component using a H5 tag.LabelBuilder to configure and obtain the component instancestatic LabelBuilder<com.vaadin.flow.component.html.H6> h6()
LabelBuilder to create a label component using a H6 tag.LabelBuilder to configure and obtain the component instanceCopyright © 2020 The Holon Platform. All rights reserved.