Uses of Interface
org.vaadin.miki.superfields.layouts.WithHeaderComponentsMixin

Packages that use WithHeaderComponentsMixin
Package
Description
 
  • Uses of WithHeaderComponentsMixin in org.vaadin.miki.superfields.layouts

    Modifier and Type
    Class
    Description
    class 
    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.
    class 
    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.