Interface HasNotifications

  • All Superinterfaces:
    com.vaadin.flow.component.HasElement, Serializable
    All Known Subinterfaces:
    EntityView<T>

    public interface HasNotifications
    extends com.vaadin.flow.component.HasElement
    Interface for views showing notifications to users
    • Method Detail

      • showNotification

        default void showNotification​(String message)
      • showNotification

        default void showNotification​(String message,
                                      boolean persistent)