H - Header type.SELF - Self type.public interface WithHeaderComponentsMixin<H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,SELF extends HasHeader<H>> extends HasHeader<H>
| Modifier and Type | Method and Description |
|---|---|
default SELF |
withHeaderComponents(com.vaadin.flow.component.Component... components)
Adds given components to the header, if it is present.
|
default SELF withHeaderComponents(com.vaadin.flow.component.Component... components)
components - Components to add.Copyright © 2023 Miki. All rights reserved.