Package de.bytestore.hostinger.view
Klasse MBeanOperationComposite
java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.Composite<io.jmix.flowui.component.details.JmixDetails>
de.bytestore.hostinger.view.MBeanOperationComposite
- Alle implementierten Schnittstellen:
com.vaadin.flow.component.AttachNotifier,com.vaadin.flow.component.DetachNotifier,com.vaadin.flow.component.HasComponents,com.vaadin.flow.component.HasElement,com.vaadin.flow.component.HasEnabled,com.vaadin.flow.component.HasSize,com.vaadin.flow.component.HasStyle,Serializable,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public class MBeanOperationComposite
extends com.vaadin.flow.component.Composite<io.jmix.flowui.component.details.JmixDetails>
implements org.springframework.context.ApplicationContextAware, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasEnabled, org.springframework.beans.factory.InitializingBean, com.vaadin.flow.component.HasComponents
Represents a composite UI component for displaying and invoking
MBean operations. The component includes all relevant controls
and logic for handling JMX MBean operations.
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected org.springframework.context.ApplicationContextprotected AttributeComponentProviderprotected io.jmix.flowui.model.CollectionContainer<ManagedBeanAttribute>protected io.jmix.flowui.model.CollectionLoader<ManagedBeanAttribute>protected io.jmix.flowui.model.DataComponentsprotected com.vaadin.flow.component.html.Spanprotected io.jmix.flowui.DialogWindowsprotected io.jmix.flowui.component.details.JmixDetailsprotected io.jmix.flowui.kit.component.button.JmixButtonprotected io.jmix.core.Messagesprotected com.vaadin.flow.component.html.H4protected io.jmix.flowui.Notificationsprotected ManagedBeanOperationprotected com.vaadin.flow.component.orderedlayout.VerticalLayoutprotected io.jmix.flowui.UiComponentsprotected com.vaadin.flow.component.orderedlayout.VerticalLayout -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidprotected voidprotected voidprotected io.jmix.flowui.component.details.JmixDetailsprotected voidonInvokeButtonClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> buttonClickEvent) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetOperation(ManagedBeanOperation operation) Von 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, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, 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.HasComponents
add, add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAllVon Schnittstelle geerbte Methoden com.vaadin.flow.component.HasElement
getElementVon Schnittstelle geerbte Methoden com.vaadin.flow.component.HasEnabled
isEnabled, setEnabledVon Schnittstelle geerbte Methoden com.vaadin.flow.component.HasSize
getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFullVon Schnittstelle geerbte Methoden com.vaadin.flow.component.HasStyle
addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
-
Felddetails
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext -
uiComponents
protected io.jmix.flowui.UiComponents uiComponents -
notifications
protected io.jmix.flowui.Notifications notifications -
messages
protected io.jmix.core.Messages messages -
dataComponents
protected io.jmix.flowui.model.DataComponents dataComponents -
dialogWindows
protected io.jmix.flowui.DialogWindows dialogWindows -
attributeDc
-
attributeDl
-
operationVbox
protected com.vaadin.flow.component.orderedlayout.VerticalLayout operationVbox -
verticalLayout
protected com.vaadin.flow.component.orderedlayout.VerticalLayout verticalLayout -
nameLabel
protected com.vaadin.flow.component.html.H4 nameLabel -
descriptionSpan
protected com.vaadin.flow.component.html.Span descriptionSpan -
form
protected io.jmix.flowui.component.details.JmixDetails form -
invokeBtn
protected io.jmix.flowui.kit.component.button.JmixButton invokeBtn -
operation
-
attributeComponentProvider
-
attributeFieldsTypeMap
-
-
Konstruktordetails
-
MBeanOperationComposite
public MBeanOperationComposite()
-
-
Methodendetails
-
afterPropertiesSet
public void afterPropertiesSet()- Angegeben von:
afterPropertiesSetin Schnittstelleorg.springframework.beans.factory.InitializingBean
-
initComponent
protected void initComponent() -
initContent
protected io.jmix.flowui.component.details.JmixDetails initContent()- Setzt außer Kraft:
initContentin Klassecom.vaadin.flow.component.Composite<io.jmix.flowui.component.details.JmixDetails>
-
initComponents
protected void initComponents() -
onInvokeButtonClick
protected void onInvokeButtonClick(com.vaadin.flow.component.ClickEvent<com.vaadin.flow.component.button.Button> buttonClickEvent) -
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException - Angegeben von:
setApplicationContextin Schnittstelleorg.springframework.context.ApplicationContextAware- Löst aus:
org.springframework.beans.BeansException
-
setOperation
-