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
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.client.ui.NotificationDelegateMethods inherited from class com.vaadin.client.ui.notification.NotificationConnector
extend, getState, onUnregisterMethods inherited from class com.vaadin.client.extensions.AbstractExtensionConnector
setParentMethods 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:
getDelegatein classcom.vaadin.client.ui.notification.NotificationConnector
-