Interface HasFooter<F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents>

Type Parameters:
F - Type of the footer Component.
All Known Subinterfaces:
WithFooterComponentsMixin<F,SELF>
All Known Implementing Classes:
HeaderFooterFieldWrapper, HeaderFooterLayoutWrapper
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HasFooter<F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents>
Marker interface for objects that have a footer.
Since:
2021-09-03
Author:
miki
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the current footer.
  • Method Details

    • getFooter

      Optional<F> getFooter()
      Gets the current footer.
      Returns:
      Perhaps the current footer.