Class ContentWithHeader

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div>
com.storedobject.vaadin.ContentWithHeader
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, Serializable

public class ContentWithHeader extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.html.Div>
A simple layout with a "header" portion and a scrollable "body" portion. The "header" portion will stick to the top.
Author:
Syam
See Also: