Interface FluentHasText<S extends FluentHasText<S>>

All Superinterfaces:
com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasText, Serializable
All Known Subinterfaces:
FluentHtmlContainer<S>
All Known Implementing Classes:
ConfirmButton, DefaultButton, DeleteButton, VAnchor, VArticle, VAside, VButton, VDescriptionList, VDiv, VEmphasis, VFooter, VH1, VH2, VH3, VH4, VH5, VH6, VHeader, VHr, VImage, VLabel, VListItem, VMain, VNativeButton, VNav, VOrderedList, VParagaph, VSection, VSpan, VUnorderedList

public interface FluentHasText<S extends FluentHasText<S>> extends com.vaadin.flow.component.HasText
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasText

    com.vaadin.flow.component.HasText.WhiteSpace
  • 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.HasText

    getText, getWhiteSpace, setText, setWhiteSpace
  • Method Details

    • withText

      default S withText(String text)