Class StandardView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.view.View<ViewLayout>
io.jmix.flowui.view.StandardView
All Implemented Interfaces:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.BeforeEnterObserver, com.vaadin.flow.router.BeforeLeaveObserver, com.vaadin.flow.router.HasDynamicTitle, com.vaadin.flow.router.internal.AfterNavigationHandler, com.vaadin.flow.router.internal.BeforeEnterHandler, com.vaadin.flow.router.internal.BeforeLeaveHandler, Serializable
Direct Known Subclasses:
ChangePasswordView, EntityInfoView, MultipleResourcePolicyModelCreateView, ResetPasswordView, RoleAssignmentView, StandardDetailView, StandardListView

public class StandardView extends View<ViewLayout>
Base class of regular views opened either inside AppLayout or in a DialogWindow.
See Also:
  • Constructor Details

    • StandardView

      public StandardView()
  • Method Details

    • initContent

      protected ViewLayout initContent()
      Overrides:
      initContent in class com.vaadin.flow.component.Composite<ViewLayout>