Class ApplicationView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<com.vaadin.flow.component.Component>
com.storedobject.vaadin.ApplicationView
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasStyle, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.BeforeEnterHandler, Serializable, org.atmosphere.cpr.ApplicationConfig
Direct Known Subclasses:
ApplicationView

public abstract class ApplicationView extends com.vaadin.flow.component.Composite<com.vaadin.flow.component.Component> implements com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.HasDynamicTitle, org.atmosphere.cpr.ApplicationConfig
The class that defines the content view of the Application. An implementation of this class with the root Route must be there. It is required for using as part of the Application class.
Author:
Syam
See Also: