Package com.vaadin.shared.ui.ui
Class UIState.NotificationTypeConfiguration
- java.lang.Object
-
- com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UIState
public static class UIState.NotificationTypeConfiguration extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description NotificationRolenotificationRoleStringpostfixStringprefix
-
Constructor Summary
Constructors Constructor Description NotificationTypeConfiguration()NotificationTypeConfiguration(String prefix, String postfix, NotificationRole role)
-
-
-
Field Detail
-
prefix
public String prefix
-
postfix
public String postfix
-
notificationRole
public NotificationRole notificationRole
-
-
Constructor Detail
-
NotificationTypeConfiguration
public NotificationTypeConfiguration()
-
NotificationTypeConfiguration
public NotificationTypeConfiguration(String prefix, String postfix, NotificationRole role)
-
-