public static class UIState.NotificationTypeConfiguration extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
NotificationRole |
notificationRole |
String |
postfix |
String |
prefix |
| Constructor and Description |
|---|
NotificationTypeConfiguration() |
NotificationTypeConfiguration(String prefix,
String postfix,
NotificationRole role) |
public String prefix
public String postfix
public NotificationRole notificationRole
public NotificationTypeConfiguration()
public NotificationTypeConfiguration(String prefix, String postfix, NotificationRole role)
Copyright © 2017 Vaadin Ltd. All rights reserved.