public class NotificationState extends SharedState
com.vaadin.ui.Notification.| Modifier and Type | Field and Description |
|---|---|
String |
caption
The
com.vaadin.ui.Notification caption, can be null. |
int |
delay
The delay in milliseconds before disappearing,
-1 for forever. |
String |
description
The description, can be
null. |
boolean |
htmlContentAllowed
Whether texts are interpreted as HTML (
true) or not
(false). |
Position |
position
|
String |
styleName
The style name, can be
null. |
enabled, registeredEventListeners, resources| Constructor and Description |
|---|
NotificationState() |
public String caption
com.vaadin.ui.Notification caption, can be null.public String description
null.public boolean htmlContentAllowed
true) or not
(false).public String styleName
null.public Position position
public int delay
-1 for forever.Copyright © 2021 Vaadin Ltd. All rights reserved.