com.vaadin.shared.ui.ui
Class UIState.NotificationTypeConfiguration

java.lang.Object
  extended by com.vaadin.shared.ui.ui.UIState.NotificationTypeConfiguration
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UIState

public static class UIState.NotificationTypeConfiguration
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 NotificationRole notificationRole
           
 java.lang.String postfix
           
 java.lang.String prefix
           
 
Constructor Summary
UIState.NotificationTypeConfiguration()
           
UIState.NotificationTypeConfiguration(java.lang.String prefix, java.lang.String postfix, NotificationRole role)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefix

public java.lang.String prefix

postfix

public java.lang.String postfix

notificationRole

public NotificationRole notificationRole
Constructor Detail

UIState.NotificationTypeConfiguration

public UIState.NotificationTypeConfiguration()

UIState.NotificationTypeConfiguration

public UIState.NotificationTypeConfiguration(java.lang.String prefix,
                                             java.lang.String postfix,
                                             NotificationRole role)


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.