| Interface | Description |
|---|---|
| HasFooter<F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents> |
Marker interface for objects that have a footer.
|
| HasHeader<H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents> |
Marker interface for objects that have a header.
|
| WithFooterComponentsMixin<F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,SELF extends HasFooter<F>> |
Mixin for adding components to a footer.
|
| WithHeaderComponentsMixin<H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,SELF extends HasHeader<H>> |
Mixin for adding components to a header.
|
| Class | Description |
|---|---|
| FlexLayoutHelpers |
Utility class to make creating
FlexLayouts easier. |
| HeaderFooterFieldWrapper<T,H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents> |
A three-part layout (header, field, footer) for any field that itself is a field.
|
| HeaderFooterLayoutWrapper<R extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,B extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,F extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents> |
A wrapper for a typical header-body-footer layout that exposes header and footer, and delegates all
methods from
HasComponents to the body. |
Copyright © 2024 Miki. All rights reserved.