Package coop.intergal.ui.views
Interface HasNotifications
-
- All Superinterfaces:
com.vaadin.flow.component.HasElement,Serializable
- All Known Subinterfaces:
EntityView<T>
public interface HasNotifications extends com.vaadin.flow.component.HasElementInterface for views showing notifications to users
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidshowNotification(String message)default voidshowNotification(String message, boolean persistent)
-