Interface FluentHtmlContainer<S extends FluentHasComponents<S> & FluentHasText<S> & FluentHasStyle<S> & FluentHasSize<S> & FluentComponent<S>>

All Superinterfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, FluentAttachNotifier<S>, FluentComponent<S>, FluentDetachNotifier<S>, FluentHasComponents<S>, FluentHasSize<S>, FluentHasStyle<S>, FluentHasText<S>, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasText, Serializable
All Known Implementing Classes:
VAnchor, VArticle, VAside, VCode, 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 FluentHtmlContainer<S extends FluentHasComponents<S> & FluentHasText<S> & FluentHasStyle<S> & FluentHasSize<S> & FluentComponent<S>> extends FluentHasComponents<S>, FluentHasText<S>, FluentHasStyle<S>, FluentHasSize<S>, FluentComponent<S>