Klasse Console

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.console.Console
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="console/:type/:id", layout=MainView.class) @ViewController("host_Console") @ViewDescriptor("console.xml") public class Console 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

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected io.jmix.flowui.backgroundtask.BackgroundWorker
     
    protected io.jmix.flowui.component.textfield.TypedTextField
     
    protected com.vaadin.flow.component.orderedlayout.HorizontalLayout
     
    protected io.jmix.flowui.Notifications
     
    protected io.jmix.flowui.kit.component.button.JmixButton
     
    protected io.jmix.flowui.kit.component.button.JmixButton
     
    protected io.jmix.flowui.kit.component.button.JmixButton
     
    protected com.vaadin.flow.component.html.Span
     
    protected io.jmix.flowui.kit.component.button.JmixButton
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    beforeEnter(com.vaadin.flow.router.BeforeEnterEvent event)
     
    protected void
    onAttachEvent(com.vaadin.flow.component.AttachEvent event)
    This method is called when an AttachEvent occurs.
    protected void
    onDetach(com.vaadin.flow.component.DetachEvent detachEvent)
     
    protected void
    onEnter(com.vaadin.flow.component.KeyPressEvent event)
     
    void
    onInit(io.jmix.flowui.view.View.InitEvent event)
     
    protected void
    onPauseClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
     
    void
    onReady(io.jmix.flowui.view.View.ReadyEvent event)
     
    protected void
    onRestartClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
     
    protected void
    onStartClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
     
    protected void
    onStopClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
     
    protected void
    submitCommand(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> 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, beforeLeave, close, close, closeWithDefaultAction, getApplicationContext, getId, getPageTitle, getReturnParameters, getViewActions, getViewAttributes, getViewData, getViewFacets, getViewSupport, isPreventBrowserTabClosing, onAttach, 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

    • command

      @ViewComponent protected io.jmix.flowui.component.textfield.TypedTextField command
    • notifications

      @Autowired protected io.jmix.flowui.Notifications notifications
    • network

      @ViewComponent protected com.vaadin.flow.component.orderedlayout.HorizontalLayout network
    • start

      @ViewComponent protected io.jmix.flowui.kit.component.button.JmixButton start
    • stop

      @ViewComponent protected io.jmix.flowui.kit.component.button.JmixButton stop
    • restart

      @ViewComponent protected io.jmix.flowui.kit.component.button.JmixButton restart
    • pause

      @ViewComponent protected io.jmix.flowui.kit.component.button.JmixButton pause
    • status

      @ViewComponent protected com.vaadin.flow.component.html.Span status
    • backgroundWorker

      @Autowired protected io.jmix.flowui.backgroundtask.BackgroundWorker backgroundWorker
  • Konstruktordetails

    • Console

      public Console()
  • Methodendetails

    • onInit

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

      @Subscribe public void onReady(io.jmix.flowui.view.View.ReadyEvent event)
    • beforeEnter

      public void beforeEnter(com.vaadin.flow.router.BeforeEnterEvent event)
      Angegeben von:
      beforeEnter in Schnittstelle com.vaadin.flow.router.internal.BeforeEnterHandler
      Setzt außer Kraft:
      beforeEnter in Klasse io.jmix.flowui.view.View<io.jmix.flowui.component.layout.ViewLayout>
    • onStartClick

      @Subscribe(id="start", subject="clickListener") protected void onStartClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
    • onStopClick

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

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

      @Subscribe(id="pause", subject="clickListener") protected void onPauseClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event)
    • onAttachEvent

      @Subscribe protected void onAttachEvent(com.vaadin.flow.component.AttachEvent event)
      This method is called when an AttachEvent occurs.
      Parameter:
      event - the AttachEvent object representing the attach event
    • onDetach

      protected void onDetach(com.vaadin.flow.component.DetachEvent detachEvent)
      Setzt außer Kraft:
      onDetach in Klasse io.jmix.flowui.view.View<io.jmix.flowui.component.layout.ViewLayout>
    • onEnter

      @Subscribe("command") protected void onEnter(com.vaadin.flow.component.KeyPressEvent event)
    • submitCommand

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