Class MBeanOperationResultScreen
java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.ui.app.jmxconsole.screen.inspect.operation.MBeanOperationResultScreen
- All Implemented Interfaces:
FrameOwner
@UiController("ui_MBeanOperationResultScreen")
@UiDescriptor("mbean-operation-result-screen.xml")
public class MBeanOperationResultScreen
extends Screen
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected class
Nested classes/interfaces inherited from class io.jmix.ui.screen.Screen
Screen.AfterCloseEvent, Screen.AfterDetachEvent, Screen.AfterInitEvent, Screen.AfterShowEvent, Screen.BeforeCloseEvent, Screen.BeforeShowEvent, Screen.InitEvent
-
Field Summary
Modifier and TypeFieldDescriptionprotected BackgroundWorker
protected CoreProperties
protected Downloader
protected Throwable
protected Button
protected JmxControl
protected MessageBundle
protected Messages
protected Notifications
protected ManagedBeanOperation
protected Object[]
protected Object
protected ScrollBoxLayout
protected BackgroundTaskHandler<Object>
protected ProgressBar
protected TimeSource
protected UiComponents
protected UiProperties
Fields inherited from interface io.jmix.ui.screen.FrameOwner
NO_OPTIONS, WINDOW_CLOSE_ACTION, WINDOW_COMMIT_AND_CLOSE_ACTION, WINDOW_DISCARD_AND_CLOSE_ACTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterShow
(Screen.AfterShowEvent afterShowEvent) void
void
close
(Button.ClickEvent clickEvent) createLabel
(String message) void
exportToFile
(Button.ClickEvent clickEvent) protected String
getExceptionMessage
(Throwable exception) Methods inherited from class io.jmix.ui.screen.Screen
addAfterCloseListener, addAfterDetachListener, addAfterInitListener, addAfterShowListener, addBeforeCloseListener, addBeforeShowListener, addInitListener, addUrlParamsChangeListener, close, close, closeWithDefaultAction, fireEvent, getApplicationContext, getEventHub, getExtensions, getId, getScreenData, getUiEventListeners, getWindow, isMultipleOpen, isSameScreen, setApplicationContext, setExtensions, setId, setScreenData, setUiEventListeners, setWindow, show
-
Field Details
-
resultLabel
-
resultContainer
-
downloader
-
timeSource
-
result
-
exception
-
operation
-
paramValues
-
uiComponents
-
messages
-
messageBundle
-
coreProperties
-
uiProperties
-
notifications
-
jmxControl
-
exportBtn
-
taskProgressBar
-
backgroundWorker
-
taskHandler
-
-
Constructor Details
-
MBeanOperationResultScreen
public MBeanOperationResultScreen()
-
-
Method Details
-
afterShow
-
beforeClose
-
close
-
exportToFile
-
createLabel
-
getExceptionMessage
-