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

    Modifier and Type
    Method
    Description
    default SELF
    withFooterComponents(com.vaadin.flow.component.Component... components)
    Adds given components to the footer, if it is present.

    Methods inherited from interface org.vaadin.miki.superfields.layouts.HasFooter

    getFooter
  • Method Details

    • 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.