Class NotificationFactory
java.lang.Object
hu.rts.mike.example.dev.crm.component.factory.NotificationFactory
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.vaadin.flow.component.notification.NotificationcreateFailNotification(String title, String subText) static com.vaadin.flow.component.notification.NotificationcreateSuccessNotification(String title, String subText)
-
Field Details
-
DEFAULT_DURATION
public static final int DEFAULT_DURATION- See Also:
-
FOREVER_DURATION
public static final int FOREVER_DURATION- See Also:
-
-
Constructor Details
-
NotificationFactory
public NotificationFactory()
-
-
Method Details
-
createSuccessNotification
-
createFailNotification
-