Interface FluentHasComponents<S extends FluentHasComponents<S>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default S withComponentAsFirst​(com.vaadin.flow.component.Component component)  
      default S withComponentAtIndex​(int index, com.vaadin.flow.component.Component component)  
      default S withComponents​(com.vaadin.flow.component.Component... components)  
      • Methods inherited from interface com.vaadin.flow.component.HasComponents

        add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasEnabled

        isEnabled, setEnabled
    • Method Detail

      • withComponents

        default S withComponents​(com.vaadin.flow.component.Component... components)
      • withComponentAsFirst

        default S withComponentAsFirst​(com.vaadin.flow.component.Component component)
      • withComponentAtIndex

        default S withComponentAtIndex​(int index,
                                       com.vaadin.flow.component.Component component)