Package de.bytestore.hostinger.view.main
Class MainView
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<T>
io.jmix.flowui.view.View<io.jmix.flowui.component.applayout.JmixAppLayout>
io.jmix.flowui.app.main.StandardMainView
de.bytestore.hostinger.view.main.MainView
- 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,com.vaadin.flow.router.RouterLayout,io.jmix.flowui.fragment.FragmentOwner,Serializable
@Route("")
@ViewController("host_MainView")
@ViewDescriptor("main-view.xml")
public class MainView
extends io.jmix.flowui.app.main.StandardMainView
- See Also:
-
Nested Class Summary
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonBeforeShow(io.jmix.flowui.view.View.BeforeShowEvent event) voidonInit(io.jmix.flowui.view.View.InitEvent event) voidonReloadLicenseClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) voidonStatsDetailsOpenedChange(com.vaadin.flow.component.details.Details.OpenedChangeEvent event) Event handler called when the "statsDetails" component's opened state is changed.voidonTestDockerClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) voidonTestFTPClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) voidonUsageDetailsOpenedChange(com.vaadin.flow.component.details.Details.OpenedChangeEvent event) Event handler called when the "usageDetails" component's opened state is changed.Methods inherited from class io.jmix.flowui.app.main.StandardMainView
afterNavigation, getInitialLayout, setInitialLayout, showRouterLayoutContentMethods inherited from class io.jmix.flowui.view.View
beforeEnter, beforeLeave, close, close, closeWithDefaultAction, getId, getPageTitle, isPreventBrowserTabClosing, setId, setPageTitle, setPreventBrowserTabClosingMethods inherited from class com.vaadin.flow.component.Composite
getChildren, getContent, getElementMethods inherited from class com.vaadin.flow.component.Component
findAncestor, from, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, isAttached, isVisible, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, setVisibleMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.component.AttachNotifier
addAttachListenerMethods inherited from interface com.vaadin.flow.component.DetachNotifier
addDetachListenerMethods inherited from interface com.vaadin.flow.component.HasElement
getElementMethods inherited from interface com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassNameMethods inherited from interface com.vaadin.flow.router.RouterLayout
removeRouterLayoutContent
-
Constructor Details
-
MainView
public MainView()
-
-
Method Details
-
onTestDockerClick
@Subscribe(id="testDocker", subject="clickListener") public void onTestDockerClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) -
onTestFTPClick
@Subscribe(id="testFTP", subject="clickListener") public void onTestFTPClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) -
onBeforeShow
@Subscribe public void onBeforeShow(io.jmix.flowui.view.View.BeforeShowEvent event) -
onInit
@Subscribe public void onInit(io.jmix.flowui.view.View.InitEvent event) -
onReloadLicenseClick
@Subscribe(id="reloadLicense", subject="clickListener") public void onReloadLicenseClick(com.vaadin.flow.component.ClickEvent<io.jmix.flowui.kit.component.button.JmixButton> event) -
onUsageDetailsOpenedChange
@Subscribe("usageDetails") public void onUsageDetailsOpenedChange(com.vaadin.flow.component.details.Details.OpenedChangeEvent event) Event handler called when the "usageDetails" component's opened state is changed.- Parameters:
event- the OpenedChangeEvent object representing the event
-
onStatsDetailsOpenedChange
@Subscribe("statsDetails") public void onStatsDetailsOpenedChange(com.vaadin.flow.component.details.Details.OpenedChangeEvent event) Event handler called when the "statsDetails" component's opened state is changed.- Parameters:
event- the OpenedChangeEvent object representing the event
-