Package de.bytestore.hostinger.view
Klasse MBeanAttributeDetailView
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
io.jmix.flowui.view.StandardDetailView<ManagedBeanAttribute>
de.bytestore.hostinger.view.MBeanAttributeDetailView
- 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
,io.jmix.flowui.view.ChangeTracker
,io.jmix.flowui.view.DetailView<ManagedBeanAttribute>
,io.jmix.flowui.view.ReadOnlyAwareView
,Serializable
@Route(value="jmxconsole/mbeanattr/:id",
layout=io.jmix.flowui.view.DefaultMainViewParent.class)
@ViewController("jmxcon_ManagedBeanAttribute.detail")
@ViewDescriptor("mbean-attribute-detail-view.xml")
@DialogMode(width="35em",
resizable=true)
public class MBeanAttributeDetailView
extends io.jmix.flowui.view.StandardDetailView<ManagedBeanAttribute>
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen io.jmix.flowui.view.StandardDetailView
io.jmix.flowui.view.StandardDetailView.AfterSaveEvent, io.jmix.flowui.view.StandardDetailView.BeforeSaveEvent, io.jmix.flowui.view.StandardDetailView.InitEntityEvent<E>, io.jmix.flowui.view.StandardDetailView.SetupLockEvent, io.jmix.flowui.view.StandardDetailView.ValidationEvent
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
FelderModifizierer und TypFeldBeschreibungprotected AttributeComponentProvider
protected com.vaadin.flow.component.AbstractField<?,
?> protected JmxControl
protected io.jmix.flowui.view.MessageBundle
protected io.jmix.flowui.Notifications
Von Klasse geerbte Felder io.jmix.flowui.view.StandardDetailView
DEFAULT_ROUTE_PARAM, LOCKED_BEFORE_REFRESH_ATTR_NAME, MODE_PARAM, MODE_READONLY, NEW_ENTITY_ID, READ_ONLY_BEFORE_REFRESH_ATTR_NAME, reloadSaved
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onBeforeSave
(io.jmix.flowui.view.StandardDetailView.BeforeSaveEvent event) void
onBeforeShow
(io.jmix.flowui.view.View.BeforeShowEvent event) protected boolean
Von Klasse geerbte Methoden io.jmix.flowui.view.StandardDetailView
addAfterSaveListener, addBeforeSaveListener, addInitEntityListener, addValidationEventListener, beforeEnter, closeWithDiscard, closeWithSave, findEntityId, getEditedEntity, getEditedEntityContainer, getEditedEntityLoader, getLockStatus, getRouteParamName, hasUnsavedChanges, initExistingEntity, initNewEntity, isCrossFieldValidationEnabled, isReadOnly, isReloadEdited, isReloadSaved, isSaveActionPerformed, isShowSaveNotification, isShowValidationErrors, save, setCrossFieldValidationEnabled, setEntityToEdit, setReadOnly, setReloadEdited, setReloadSaved, setShowSaveNotification, setShowValidationErrors, setupEntityToEdit, setupEntityToEdit, setupEntityToEdit, validateView
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, beforeLeave, close, close, closeWithDefaultAction, getApplicationContext, getId, 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
-
jmxControl
-
attributeComponentProvider
-
messageBundle
@Autowired protected io.jmix.flowui.view.MessageBundle messageBundle -
notifications
@Autowired protected io.jmix.flowui.Notifications notifications -
attributeField
protected com.vaadin.flow.component.AbstractField<?,?> attributeField
-
-
Konstruktordetails
-
MBeanAttributeDetailView
public MBeanAttributeDetailView()
-
-
Methodendetails
-
onBeforeShow
@Subscribe public void onBeforeShow(io.jmix.flowui.view.View.BeforeShowEvent event) -
onBeforeSave
@Subscribe public void onBeforeSave(io.jmix.flowui.view.StandardDetailView.BeforeSaveEvent event) -
valueNotAssigned
protected boolean valueNotAssigned() -
getPageTitle
- Angegeben von:
getPageTitle
in Schnittstellecom.vaadin.flow.router.HasDynamicTitle
- Setzt außer Kraft:
getPageTitle
in Klasseio.jmix.flowui.view.View<io.jmix.flowui.component.layout.ViewLayout>
-