Uses of Class
com.vaadin.ui.Notification.Type

Packages that use Notification.Type
com.vaadin.ui   
 

Uses of Notification.Type in com.vaadin.ui
 

Fields in com.vaadin.ui declared as Notification.Type
static Notification.Type Notification.TYPE_ERROR_MESSAGE
          Deprecated. 
static Notification.Type Notification.TYPE_HUMANIZED_MESSAGE
          Deprecated. 
static Notification.Type Notification.TYPE_TRAY_NOTIFICATION
          Deprecated. 
static Notification.Type Notification.TYPE_WARNING_MESSAGE
          Deprecated. 
 

Methods in com.vaadin.ui that return Notification.Type
static Notification.Type Notification.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Notification.Type[] Notification.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.vaadin.ui with parameters of type Notification.Type
static void Notification.show(java.lang.String caption, Notification.Type type)
          Shows a notification message the current page.
static void Notification.show(java.lang.String caption, java.lang.String description, Notification.Type type)
          Shows a notification message the current page.
 void UI.showNotification(java.lang.String caption, Notification.Type type)
          Deprecated. As of 7.0, use Notification.show instead but be aware that Notification.show does not allow HTML.
 void UI.showNotification(java.lang.String caption, java.lang.String description, Notification.Type type)
          Deprecated. As of 7.0, use new Notification(...).show(Page) instead but be aware that HTML by default not allowed.
 void UI.showNotification(java.lang.String caption, java.lang.String description, Notification.Type type, boolean htmlContentAllowed)
          Deprecated. As of 7.0, use new Notification(...).show(Page).
 

Constructors in com.vaadin.ui with parameters of type Notification.Type
Notification(java.lang.String caption, Notification.Type type)
          Creates a notification message of the specified type.
Notification(java.lang.String caption, java.lang.String description, Notification.Type type)
          Creates a notification message of the specified type, with a bigger caption and smaller description.
Notification(java.lang.String caption, java.lang.String description, Notification.Type type, boolean htmlContentAllowed)
          Creates a notification message of the specified type, with a bigger caption and smaller description.
 



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