Class ApplicationFrame

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.applayout.AppLayout
com.storedobject.vaadin.ApplicationFrame
All Implemented Interfaces:
ApplicationLayout, com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.RouterLayout, Serializable
Direct Known Subclasses:
ApplicationFrame

@CssImport(value="./so/appframe/styles.css", themeFor="vaadin-app-layout") public abstract class ApplicationFrame extends com.vaadin.flow.component.applayout.AppLayout implements ApplicationLayout
An implementation of ApplicationLayout using Vaadin's AppLayout. The "drawer" area acts as the "menu" area of the ApplicationLayout.
Author:
Syam
See Also: