Interface HasFooter<F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents>
- Type Parameters:
F- Type of the footerComponent.
- 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
-
Method Details