Package de.bytestore.hostinger.view
Klasse MBeanOperationResultView
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.MBeanOperationResultView
- 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="jmxconsole/mbeanresult",
layout=io.jmix.flowui.view.DefaultMainViewParent.class)
@ViewController("sys_MBeanOperationResultView")
@ViewDescriptor("mbean-operation-result-view.xml")
@DialogMode(width="60em",
resizable=true)
public class MBeanOperationResultView
extends io.jmix.flowui.view.StandardView
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungprotected classVon 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.core.CorePropertiesprotected io.jmix.flowui.download.Downloaderprotected Throwableprotected io.jmix.flowui.kit.component.button.JmixButtonprotected JmxConsolePropertiesprotected JmxControlprotected io.jmix.flowui.view.MessageBundleprotected io.jmix.flowui.Notificationsprotected ManagedBeanOperationprotected Object[]protected Objectprotected com.vaadin.flow.component.orderedlayout.VerticalLayoutprotected io.jmix.flowui.backgroundtask.BackgroundTaskHandler<Object>protected com.vaadin.flow.component.progressbar.ProgressBarprotected io.jmix.core.TimeSourceprotected io.jmix.flowui.UiComponentsprotected io.jmix.flowui.UiProperties -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected io.jmix.flowui.component.textarea.JmixTextAreacreateTextArea(String message) protected StringgetExceptionMessage(Throwable exception) voidonBeforeShow(io.jmix.flowui.view.View.BeforeShowEvent event) voidonExportAction(io.jmix.flowui.kit.action.ActionPerformedEvent event) voidsetParameters(ManagedBeanOperation operation, Object[] paramValues) 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, beforeEnter, beforeLeave, close, close, closeWithDefaultAction, getApplicationContext, getId, getPageTitle, getReturnParameters, getViewActions, getViewAttributes, getViewData, getViewFacets, getViewSupport, isPreventBrowserTabClosing, onAttach, onDetach, 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
-
taskProgressBar
@ViewComponent protected com.vaadin.flow.component.progressbar.ProgressBar taskProgressBar -
exportBtn
@ViewComponent protected io.jmix.flowui.kit.component.button.JmixButton exportBtn -
resultVBox
@ViewComponent protected com.vaadin.flow.component.orderedlayout.VerticalLayout resultVBox -
jmxControl
-
uiProperties
@Autowired protected io.jmix.flowui.UiProperties uiProperties -
messageBundle
@Autowired protected io.jmix.flowui.view.MessageBundle messageBundle -
backgroundWorker
@Autowired protected io.jmix.flowui.backgroundtask.BackgroundWorker backgroundWorker -
notifications
@Autowired protected io.jmix.flowui.Notifications notifications -
downloader
@Autowired protected io.jmix.flowui.download.Downloader downloader -
coreProperties
@Autowired protected io.jmix.core.CoreProperties coreProperties -
timeSource
@Autowired protected io.jmix.core.TimeSource timeSource -
uiComponents
@Autowired protected io.jmix.flowui.UiComponents uiComponents -
jmxConsoleProperties
-
taskHandler
-
result
-
exception
-
operation
-
paramValues
-
-
Konstruktordetails
-
MBeanOperationResultView
public MBeanOperationResultView()
-
-
Methodendetails
-
setParameters
-
onBeforeShow
@Subscribe public void onBeforeShow(io.jmix.flowui.view.View.BeforeShowEvent event) -
onExportAction
@Subscribe("exportAction") public void onExportAction(io.jmix.flowui.kit.action.ActionPerformedEvent event) -
createTextArea
-
getExceptionMessage
-