Package de.bytestore.hostinger.view.main
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
FelderModifizierer und TypFeldBeschreibungprotected io.jmix.flowui.component.combobox.JmixComboBoxprotected com.vaadin.flow.component.avatar.Avatarprotected io.jmix.core.FileStorageprotected com.vaadin.flow.component.orderedlayout.HorizontalLayoutprotected static final org.slf4j.Loggerprotected io.jmix.core.Messagesprotected com.vaadin.flow.component.html.Spanprotected io.jmix.flowui.kit.component.button.JmixButtonprotected com.vaadin.flow.component.avatar.Avatar -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidonActivityComponentValueChange(com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<io.jmix.flowui.component.select.JmixSelect<?>, ?> event) voidonInit(io.jmix.flowui.view.View.InitEvent event) Von Klasse geerbte Methoden io.jmix.flowui.app.main.StandardMainView
afterNavigation, getInitialLayout, getTitleComponent, getTitleFromOpenedView, setInitialLayout, showRouterLayoutContent, updateTitleVon 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, setViewFacetsVon Klasse geerbte Methoden com.vaadin.flow.component.Composite
getChildren, getContent, getElement, initContentVon 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, setVisibleVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden com.vaadin.flow.component.AttachNotifier
addAttachListenerVon Schnittstelle geerbte Methoden com.vaadin.flow.component.DetachNotifier
addDetachListenerVon Schnittstelle geerbte Methoden com.vaadin.flow.component.HasElement
getElementVon Schnittstelle geerbte Methoden com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNameVon 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)
-