F - Footer type.SELF - Self type.public interface WithFooterComponentsMixin<F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,SELF extends HasFooter<F>> extends HasFooter<F>
| Modifier and Type | Method and Description |
|---|---|
default SELF |
withFooterComponents(com.vaadin.flow.component.Component... components)
Adds given components to the footer, if it is present.
|
default SELF withFooterComponents(com.vaadin.flow.component.Component... components)
components - Components to add.Copyright © 2023 Miki. All rights reserved.