Klasse MainView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.view.View<io.jmix.flowui.component.applayout.JmixAppLayout>
io.jmix.flowui.app.main.StandardMainView
de.bytestore.hostinger.view.main.MainView
Alle implementierten Schnittstellen:
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, com.vaadin.flow.router.RouterLayout, Serializable

@Route("") @ViewController("host_MainView") @ViewDescriptor("main-view.xml") public class MainView extends io.jmix.flowui.app.main.StandardMainView
Siehe auch:
  • Verschachtelte Klassen - Übersicht

    Von Klasse geerbte verschachtelte Klassen/Schnittstellen io.jmix.flowui.view.View

    io.jmix.flowui.view.View.AfterCloseEvent, io.jmix.flowui.view.View.BeforeCloseEvent, io.jmix.flowui.view.View.BeforeShowEvent, io.jmix.flowui.view.View.InitEvent, io.jmix.flowui.view.View.QueryParametersChangeEvent, io.jmix.flowui.view.View.ReadyEvent
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected io.jmix.flowui.component.combobox.JmixComboBox
     
    protected com.vaadin.flow.component.avatar.Avatar
     
    protected io.jmix.core.FileStorage
     
    protected com.vaadin.flow.component.orderedlayout.HorizontalLayout
     
    protected static final org.slf4j.Logger
     
    protected io.jmix.core.Messages
     
    protected com.vaadin.flow.component.html.Span
     
    protected io.jmix.flowui.kit.component.button.JmixButton
     
    protected com.vaadin.flow.component.avatar.Avatar
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected void
    onActivityComponentValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<io.jmix.flowui.component.select.JmixSelect<?>,?> event)
     
    void
    onInit(io.jmix.flowui.view.View.InitEvent event)
     

    Von Klasse geerbte Methoden io.jmix.flowui.app.main.StandardMainView

    afterNavigation, getInitialLayout, getTitleComponent, getTitleFromOpenedView, setInitialLayout, showRouterLayoutContent, updateTitle

    Von Klasse geerbte Methoden io.jmix.flowui.view.View

    addAfterCloseListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addQueryParametersChangeListener, addReadyListener, beforeEnter, beforeLeave, close, close, closeWithDefaultAction, getApplicationContext, getId, getPageTitle, getReturnParameters, getViewActions, getViewAttributes, getViewData, getViewFacets, getViewSupport, isPreventBrowserTabClosing, onAttach, onDetach, setApplicationContext, setId, setMeterRegistry, setPreventBrowserTabClosing, setViewActions, setViewData, setViewFacets

    Von Klasse geerbte Methoden com.vaadin.flow.component.Composite

    getChildren, getContent, getElement, initContent

    Von Klasse geerbte Methoden com.vaadin.flow.component.Component

    addListener, findAncestor, fireEvent, from, get, getEventBus, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setVisible

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.AttachNotifier

    addAttachListener

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.DetachNotifier

    addDetachListener

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasElement

    getElement

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasStyle

    addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName

    Von Schnittstelle geerbte Methoden com.vaadin.flow.router.RouterLayout

    removeRouterLayoutContent
  • Felddetails

    • log

      protected static final org.slf4j.Logger log
    • avatar

      protected com.vaadin.flow.component.avatar.Avatar avatar
    • fileStorage

      @Autowired protected io.jmix.core.FileStorage fileStorage
    • headerRight

      @ViewComponent protected com.vaadin.flow.component.orderedlayout.HorizontalLayout headerRight
    • userAvatar

      @ViewComponent protected com.vaadin.flow.component.avatar.Avatar userAvatar
    • rank

      @ViewComponent protected com.vaadin.flow.component.html.Span rank
    • test

      @ViewComponent protected io.jmix.flowui.kit.component.button.JmixButton test
    • activity

      @ViewComponent protected io.jmix.flowui.component.combobox.JmixComboBox activity
    • messages

      @Autowired protected io.jmix.core.Messages messages
  • Konstruktordetails

    • MainView

      public MainView()
  • Methodendetails

    • onInit

      @Subscribe public void onInit(io.jmix.flowui.view.View.InitEvent event)
    • onActivityComponentValueChange

      @Subscribe("activity") protected void onActivityComponentValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<io.jmix.flowui.component.select.JmixSelect<?>,?> event)