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 Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    protected class 
     

    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.core.CoreProperties
     
    protected io.jmix.flowui.download.Downloader
     
    protected Throwable
     
    protected io.jmix.flowui.kit.component.button.JmixButton
     
     
    protected JmxControl
     
    protected io.jmix.flowui.view.MessageBundle
     
    protected io.jmix.flowui.Notifications
     
     
    protected Object[]
     
    protected Object
     
    protected com.vaadin.flow.component.orderedlayout.VerticalLayout
     
    protected io.jmix.flowui.backgroundtask.BackgroundTaskHandler<Object>
     
    protected com.vaadin.flow.component.progressbar.ProgressBar
     
    protected io.jmix.core.TimeSource
     
    protected io.jmix.flowui.UiComponents
     
    protected io.jmix.flowui.UiProperties
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected io.jmix.flowui.component.textarea.JmixTextArea
     
    protected String
     
    void
    onBeforeShow(io.jmix.flowui.view.View.BeforeShowEvent event)
     
    void
    onExportAction(io.jmix.flowui.kit.action.ActionPerformedEvent event)
     
    void
    setParameters(ManagedBeanOperation operation, Object[] paramValues)
     

    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, beforeEnter, beforeLeave, close, close, closeWithDefaultAction, getApplicationContext, getId, getPageTitle, getReturnParameters, getViewActions, getViewAttributes, getViewData, getViewFacets, getViewSupport, isPreventBrowserTabClosing, onAttach, onDetach, 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

    • 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

      @Autowired protected JmxControl 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

      @Autowired protected JmxConsoleProperties jmxConsoleProperties
    • taskHandler

      protected io.jmix.flowui.backgroundtask.BackgroundTaskHandler<Object> taskHandler
    • result

      protected Object result
    • exception

      protected Throwable exception
    • operation

      protected ManagedBeanOperation operation
    • paramValues

      protected Object[] paramValues
  • Konstruktordetails

    • MBeanOperationResultView

      public MBeanOperationResultView()
  • Methodendetails

    • setParameters

      public void setParameters(ManagedBeanOperation operation, Object[] paramValues)
    • 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

      protected io.jmix.flowui.component.textarea.JmixTextArea createTextArea(String message)
    • getExceptionMessage

      protected String getExceptionMessage(Throwable exception)