Klasse SystemView
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.view.View<io.jmix.flowui.component.layout.ViewLayout>
io.jmix.flowui.view.StandardView
de.bytestore.hostinger.view.system.SystemView
- 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,Serializable
@Route(value="system",
layout=MainView.class)
@ViewController("host_System")
@ViewDescriptor("system-view.xml")
public class SystemView
extends io.jmix.flowui.view.StandardView
- 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.backgroundtask.BackgroundWorkerprotected com.vaadin.flow.component.orderedlayout.VerticalLayoutstatic final DateTimeFormatterprotected com.vaadin.flow.component.orderedlayout.HorizontalLayoutprotected io.jmix.flowui.Notificationsprotected io.jmix.core.Resourcesprotected io.jmix.flowui.UiComponents -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected voidonClearClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) voidonGetUpdateClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) voidonInit(io.jmix.flowui.view.View.InitEvent event) voidonMailClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) voidonReloadClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) protected voidonSpeedtestClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) voidonUsageAttach(com.vaadin.flow.component.AttachEvent event) voidonUsageClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.orderedlayout.HorizontalLayout> event) voidonUsageDetach(com.vaadin.flow.component.DetachEvent event) Von Klasse geerbte Methoden io.jmix.flowui.view.StandardView
initContentVon Klasse geerbte Methoden io.jmix.flowui.view.View
addAfterCloseListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addQueryParametersChangeListener, addReadyListener, afterNavigation, 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, getElementVon 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.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
-
Felddetails
-
formatter
-
file
@ViewComponent protected com.vaadin.flow.component.orderedlayout.VerticalLayout file -
uiComponents
@Autowired protected io.jmix.flowui.UiComponents uiComponents -
network
@ViewComponent protected com.vaadin.flow.component.orderedlayout.HorizontalLayout network -
notifications
@Autowired protected io.jmix.flowui.Notifications notifications -
backgroundWorker
@Autowired protected io.jmix.flowui.backgroundtask.BackgroundWorker backgroundWorker -
resources
@Autowired protected io.jmix.core.Resources resources
-
-
Konstruktordetails
-
SystemView
public SystemView()
-
-
Methodendetails
-
onInit
@Subscribe public void onInit(io.jmix.flowui.view.View.InitEvent event) -
onReloadClick
@Subscribe(id="reload", subject="clickListener") public void onReloadClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) -
onUsageAttach
@Subscribe("usage") public void onUsageAttach(com.vaadin.flow.component.AttachEvent event) -
onUsageDetach
@Subscribe("usage") public void onUsageDetach(com.vaadin.flow.component.DetachEvent event) -
onUsageClick
@Subscribe("jmx") public void onUsageClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.orderedlayout.HorizontalLayout> event) -
onMailClick
@Subscribe("mail") public void onMailClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) -
onSpeedtestClick
@Subscribe(id="speedtest", subject="clickListener") protected void onSpeedtestClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) -
onClearClick
@Subscribe(id="clear", subject="clickListener") protected void onClearClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) -
onGetUpdateClick
@Subscribe(id="getUpdate", subject="clickListener") public void onGetUpdateClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
-