Class JmixNotificationConnector
java.lang.Object
com.vaadin.client.ui.AbstractConnector
com.vaadin.client.extensions.AbstractExtensionConnector
com.vaadin.client.ui.notification.NotificationConnector
io.jmix.ui.widget.client.notification.JmixNotificationConnector
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler
,com.vaadin.client.communication.StateChangeEvent.StateChangeHandler
,com.vaadin.client.ServerConnector
,com.vaadin.shared.Connector
,Serializable
public class JmixNotificationConnector
extends com.vaadin.client.ui.notification.NotificationConnector
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.client.ui.NotificationDelegate
Methods inherited from class com.vaadin.client.ui.notification.NotificationConnector
extend, getState, onUnregister
Methods inherited from class com.vaadin.client.extensions.AbstractExtensionConnector
setParent
Methods inherited from class com.vaadin.client.ui.AbstractConnector
addStateChangeHandler, addStateChangeHandler, createState, doInit, ensureHandlerManager, fireEvent, forceStateChange, getChildren, getConnection, getConnectorId, getParent, getResourceUrl, getRpcImplementations, getRpcProxy, getStateType, getTag, hasEventListener, init, isEnabled, onStateChanged, registerRpc, removeStateChangeHandler, removeStateChangeHandler, setChildren, setTag, unregisterRpc, updateEnabledState
-
Field Details
-
JMIX_NOTIFICATION_MODALITY_CURTAIN_CLASSNAME
- See Also:
-
-
Constructor Details
-
JmixNotificationConnector
public JmixNotificationConnector()
-
-
Method Details
-
getDelegate
protected com.vaadin.client.ui.NotificationDelegate getDelegate()- Overrides:
getDelegate
in classcom.vaadin.client.ui.notification.NotificationConnector
-