Uses of Interface
org.vaadin.miki.superfields.layouts.HasHeader
-
Packages that use HasHeader Package Description org.vaadin.miki.superfields.layouts -
-
Uses of HasHeader in org.vaadin.miki.superfields.layouts
Classes in org.vaadin.miki.superfields.layouts with type parameters of type HasHeader Modifier and Type Interface Description interfaceWithHeaderComponentsMixin<H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,SELF extends HasHeader<H>>Mixin for adding components to a header.Subinterfaces of HasHeader in org.vaadin.miki.superfields.layouts Modifier and Type Interface Description interfaceWithHeaderComponentsMixin<H extends com.vaadin.flow.component.Component & com.vaadin.flow.component.HasComponents,SELF extends HasHeader<H>>Mixin for adding components to a header.Classes in org.vaadin.miki.superfields.layouts that implement HasHeader Modifier and Type Class Description classHeaderFooterFieldWrapper<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.classHeaderFooterLayoutWrapper<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 fromHasComponentsto the body.
-