Class 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
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, io.jmix.flowui.fragment.FragmentOwner, Serializable

@Route(value="system", layout=MainView.class) @ViewController("host_System") @ViewDescriptor("system-view.xml") public class SystemView extends io.jmix.flowui.view.StandardView
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class 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.PostReadyEvent, io.jmix.flowui.view.View.QueryParametersChangeEvent, io.jmix.flowui.view.View.ReadyEvent, io.jmix.flowui.view.View.RestoreComponentsStateEvent
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final DateTimeFormatter
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    onReady(io.jmix.flowui.view.View.ReadyEvent event)
     
    void
    onReloadClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
     
    void
    onRestartClick(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)
     

    Methods inherited from class io.jmix.flowui.view.View

    afterNavigation, beforeEnter, beforeLeave, close, close, closeWithDefaultAction, getId, getPageTitle, isPreventBrowserTabClosing, setId, setPageTitle, setPreventBrowserTabClosing

    Methods inherited from class com.vaadin.flow.component.Composite

    getChildren, getContent, getElement

    Methods inherited from class com.vaadin.flow.component.Component

    findAncestor, from, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, isAttached, isVisible, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, setVisible

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.vaadin.flow.component.AttachNotifier

    addAttachListener

    Methods inherited from interface com.vaadin.flow.component.DetachNotifier

    addDetachListener

    Methods inherited from interface com.vaadin.flow.component.HasStyle

    addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
  • Field Details

  • Constructor Details

    • SystemView

      public SystemView()
  • Method Details

    • onInit

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

      @Subscribe public void onReady(io.jmix.flowui.view.View.ReadyEvent 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)
    • onGetUpdateClick

      @Subscribe(id="getUpdate", subject="clickListener") public void onGetUpdateClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
    • onRestartClick

      @Subscribe(id="restart", subject="clickListener") public void onRestartClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)