|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.lang.String |
NotificationConfiguration.getAssistivePostfix(Notification.Type type)
Gets the accessibility postfix for a notification type. |
java.lang.String |
NotificationConfiguration.getAssistivePrefix(Notification.Type type)
Gets the accessibility prefix for a notification type. |
com.vaadin.shared.ui.ui.NotificationRole |
NotificationConfiguration.getAssistiveRole(Notification.Type type)
Gets the WAI-ARIA role for a notification type. |
void |
NotificationConfiguration.setAssistivePostfix(Notification.Type type,
java.lang.String postfix)
Sets the accessibility postfix for a notification type. |
void |
NotificationConfiguration.setAssistivePrefix(Notification.Type type,
java.lang.String prefix)
Sets the accessibility prefix for a notification type. |
void |
NotificationConfiguration.setAssistiveRole(Notification.Type type,
com.vaadin.shared.ui.ui.NotificationRole role)
Sets the WAI-ARIA role for a 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||