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.BackgroundWorker
protected com.vaadin.flow.component.orderedlayout.VerticalLayout
static final DateTimeFormatter
protected com.vaadin.flow.component.orderedlayout.HorizontalLayout
protected io.jmix.flowui.Notifications
protected io.jmix.core.Resources
protected io.jmix.flowui.UiComponents
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
onClearClick
(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) void
onGetUpdateClick
(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) void
onInit
(io.jmix.flowui.view.View.InitEvent event) void
onMailClick
(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) void
onReloadClick
(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) protected void
onSpeedtestClick
(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) void
onUsageAttach
(com.vaadin.flow.component.AttachEvent event) void
onUsageClick
(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.orderedlayout.HorizontalLayout> event) void
onUsageDetach
(com.vaadin.flow.component.DetachEvent event) Von Klasse geerbte Methoden io.jmix.flowui.view.StandardView
initContent
Von 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, setViewFacets
Von Klasse geerbte Methoden com.vaadin.flow.component.Composite
getChildren, getContent, getElement
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.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)
-