Class MBeanOperationFragment
java.lang.Object
io.jmix.ui.screen.ScreenFragment
io.jmix.ui.app.jmxconsole.screen.inspect.operation.MBeanOperationFragment
- All Implemented Interfaces:
FrameOwner
@UiController("ui_MBeanOperationFragment")
@UiDescriptor("mbean-operation-fragment.xml")
public class MBeanOperationFragment
extends ScreenFragment
-
Nested Class Summary
Nested classes/interfaces inherited from class io.jmix.ui.screen.ScreenFragment
ScreenFragment.AfterInitEvent, ScreenFragment.AttachEvent, ScreenFragment.DetachEvent, ScreenFragment.InitEvent -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.beans.factory.ObjectProvider<AttributeComponentProvider>protected CollectionLoader<ManagedBeanAttribute>protected List<AttributeComponentProvider>protected MessageBundleprotected Notificationsprotected ManagedBeanOperationprotected GridLayoutprotected ScreenBuildersprotected UiComponentsFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterInit(ScreenFragment.AfterInitEvent afterInitEvent) createLabel(String value) protected voidinvokeOperation(Button.ClickEvent clickEvent) voidsetOperation(ManagedBeanOperation operation) Methods inherited from class io.jmix.ui.screen.ScreenFragment
addAfterInitListener, addAttachEventListener, addDetachEventListener, addInitListener, fireEvent, getApplicationContext, getEventHub, getExtensions, getFragment, getHostController, getHostScreen, getId, getScreenData, getUiEventListeners, init, setApplicationContext, setExtensions, setFragment, setHostController, setId, setScreenData, setUiEventListeners
-
Field Details
-
uiComponents
-
nameLabel
-
messageBundle
-
notifications
-
screenBuilders
-
operationParameters
-
descriptionLabel
-
attributeComponentProviders
@Autowired protected org.springframework.beans.factory.ObjectProvider<AttributeComponentProvider> attributeComponentProviders -
attrLoader
-
operation
-
attrProviders
-
-
Constructor Details
-
MBeanOperationFragment
public MBeanOperationFragment()
-
-
Method Details
-
afterInit
-
invokeOperation
-
createLabel
-
setOperation
-