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.component.HasStyle, 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, FragmentOwner, Serializable
Direct Known Subclasses:
AbstractElementPropertiesComponent, ActivateProcessDefinitionView, AppSettingsEntityView, AttributeEnumerationDetailView, BpmnModelerView, BulkEditView, ChangePasswordView, CreateNotificationDialog, DateIntervalDialog, DecisionTableModelerView, DefaultStartProcessForm, DefaultTaskProcessForm, EmailAddressEdit, EmailContentEdit, EntityInfoView, FieldsFragment, InitialView, InputDialog, InputDialogProcessForm, InputParametersDialog, JmxConsoleView, MBeanOperationResultView, MultipleResourcePolicyModelCreateView, PessimisticLockListView, ProcessDefinitionListView, ProcessInstanceMigrationView, ReceivedInAppNotificationsDialog, ReportImportDialogView, ReportTableView, ReportWizardCreatorView, ResendMessageView, ResetPasswordView, RoleAssignmentView, ScriptEditorView, SearchResultsView, SendingMessageView, StandardDetailView, StandardListView, SuspendProcessDefinitionView, TaskReassignView, UserSubstitutionView

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>