Interface WithFooterComponentsMixin<F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,SELF extends HasFooter<F>>
-
- Type Parameters:
F- Footer type.SELF- Self type.
- All Superinterfaces:
HasFooter<F>
- All Known Implementing Classes:
HeaderFooterFieldWrapper,HeaderFooterLayoutWrapper
public interface WithFooterComponentsMixin<F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,SELF extends HasFooter<F>> extends HasFooter<F>
Mixin for adding components to a footer.- Since:
- 2021-09-15
- Author:
- miki
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SELFwithFooterComponents(com.vaadin.flow.component.Component... components)Adds given components to the footer, if it is present.
-
-
-
Method Detail
-
withFooterComponents
default SELF withFooterComponents(com.vaadin.flow.component.Component... components)
Adds given components to the footer, if it is present.- Parameters:
components- Components to add.- Returns:
- This.
-
-