L - Concrete label component typeC - Concrete configurator typepublic interface LabelConfigurator<L extends com.vaadin.flow.component.HtmlContainer & com.vaadin.flow.component.ClickNotifier,C extends LabelConfigurator<L,C>> extends HtmlComponentConfigurator<C>, HasEnabledConfigurator<C>, HasTextConfigurator<C>, HasHtmlTextConfigurator<C>, ClickNotifierConfigurator<L,ClickEvent<L>,C>, DeferrableLocalizationConfigurator<C>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LabelConfigurator.BaseLabelConfigurator<L extends com.vaadin.flow.component.HtmlContainer & com.vaadin.flow.component.ClickNotifier>
Base Label configurator.
|
ComponentConfigurator.BaseComponentConfiguratorHasSizeConfigurator.BaseHasSizeConfiguratorHasStyleConfigurator.BaseHasStyleConfiguratorHasEnabledConfigurator.BaseHasEnabledConfiguratorHasTextConfigurator.BaseHasTextConfiguratorFULL_SIZE| Modifier and Type | Method and Description |
|---|---|
static <L extends com.vaadin.flow.component.HtmlContainer & com.vaadin.flow.component.ClickNotifier> |
configure(L component)
Obtain a
LabelConfigurator to configure given label component. |
create, 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, withDeferredLocalizationisDeferredLocalizationEnabledstatic <L extends com.vaadin.flow.component.HtmlContainer & com.vaadin.flow.component.ClickNotifier> LabelConfigurator.BaseLabelConfigurator<L> configure(L component)
LabelConfigurator to configure given label component.
The component must be a HtmlContainer and ClickNotifier, such as Span or Div.
L - Label component typecomponent - The component to configure (not null)LabelConfigurator to configure given componentCopyright © 2020 The Holon Platform. All rights reserved.