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
    Modifier and Type
    Class
    Description
    class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • JMIX_NOTIFICATION_MODALITY_CURTAIN_CLASSNAME

      public static final String 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 class com.vaadin.client.ui.notification.NotificationConnector