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
FelderModifizierer und TypFeldBeschreibungprotected io.jmix.flowui.backgroundtask.BackgroundWorkerprotected io.jmix.flowui.component.textfield.TypedTextFieldprotected com.vaadin.flow.component.orderedlayout.HorizontalLayoutprotected io.jmix.flowui.Notificationsprotected io.jmix.flowui.kit.component.button.JmixButtonprotected io.jmix.flowui.kit.component.button.JmixButtonprotected io.jmix.flowui.kit.component.button.JmixButtonprotected com.vaadin.flow.component.html.Spanprotected io.jmix.flowui.kit.component.button.JmixButton -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidbeforeEnter(com.vaadin.flow.router.BeforeEnterEvent event) protected voidonAttachEvent(com.vaadin.flow.component.AttachEvent event) This method is called when an AttachEvent occurs.protected voidonDetach(com.vaadin.flow.component.DetachEvent detachEvent) protected voidonEnter(com.vaadin.flow.component.KeyPressEvent event) voidonInit(io.jmix.flowui.view.View.InitEvent event) protected voidonPauseClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) voidonReady(io.jmix.flowui.view.View.ReadyEvent event) protected voidonRestartClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) protected voidonStartClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) protected voidonStopClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) protected voidsubmitCommand(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> 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, beforeLeave, close, close, closeWithDefaultAction, getApplicationContext, getId, getPageTitle, getReturnParameters, getViewActions, getViewAttributes, getViewData, getViewFacets, getViewSupport, isPreventBrowserTabClosing, onAttach, 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
-
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:
beforeEnterin Schnittstellecom.vaadin.flow.router.internal.BeforeEnterHandler- Setzt außer Kraft:
beforeEnterin Klasseio.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:
onDetachin Klasseio.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)
-