Interface FluentHasLabel<S extends FluentHasLabel<S>>

All Superinterfaces:
com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasLabel, Serializable
All Known Subinterfaces:
FluentVaadinTextField<S,F,T>
All Known Implementing Classes:
EnumSelect, LocaleSelect, VBigDecimalField, VCheckBox, VCheckboxGroup, VComboBox, VCustomField, VEmailField, VIntegerField, VNumberField, VPasswordField, VRadioButtonGroup, VSelect, VTextArea, VTextField, VTimePicker

public interface FluentHasLabel<S extends FluentHasLabel<S>> extends com.vaadin.flow.component.HasLabel
  • Method Summary

    Modifier and Type
    Method
    Description
    default S
     

    Methods inherited from interface com.vaadin.flow.component.HasElement

    getElement

    Methods inherited from interface com.vaadin.flow.component.HasLabel

    getLabel, setLabel
  • Method Details

    • withLabel

      default S withLabel(String label)