A B C G I L M N O R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(Component...) - Method in class com.vaadin.flow.component.notification.Notification
-
Adds the given components into this notification.
- addAttachListener(ComponentEventListener<AttachEvent>) - Method in class com.vaadin.flow.component.notification.Notification
- addComponentAtIndex(int, Component) - Method in class com.vaadin.flow.component.notification.Notification
-
Adds the given component into this notification at the given index.
- addDetachListener(ComponentEventListener<DetachEvent>) - Method in class com.vaadin.flow.component.notification.Notification
- addOpenedChangeListener(ComponentEventListener<Notification.OpenedChangeEvent<Notification>>) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Deprecated.since v23.3, generated classes will be removed in v24.
- addOpenedChangeListener(ComponentEventListener<Notification.OpenedChangeEvent<Notification>>) - Method in class com.vaadin.flow.component.notification.Notification
- addThemeVariants(NotificationVariant...) - Method in class com.vaadin.flow.component.notification.Notification
-
Adds theme variants to the component.
B
- BOTTOM_CENTER - com.vaadin.flow.component.notification.Notification.Position
- BOTTOM_END - com.vaadin.flow.component.notification.Notification.Position
- BOTTOM_START - com.vaadin.flow.component.notification.Notification.Position
- BOTTOM_STRETCH - com.vaadin.flow.component.notification.Notification.Position
C
- close() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Deprecated.since v23.3, generated classes will be removed in v24.
- close() - Method in class com.vaadin.flow.component.notification.Notification
-
Closes the notification.
- com.vaadin.flow.component.notification - package com.vaadin.flow.component.notification
G
- GeneratedVaadinNotification<R extends GeneratedVaadinNotification<R>> - Class in com.vaadin.flow.component.notification
-
Deprecated.since v23.3, generated classes will be removed in v24.
- GeneratedVaadinNotification() - Constructor for class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Deprecated.
- GeneratedVaadinNotification.OpenedChangeEvent<R extends GeneratedVaadinNotification<R>> - Class in com.vaadin.flow.component.notification
-
Deprecated.since v23.3, generated classes will be removed in v24. Use
Notification.OpenedChangeEventinstead. - getChildren() - Method in class com.vaadin.flow.component.notification.Notification
- getClientName() - Method in enum com.vaadin.flow.component.notification.Notification.Position
-
Gets name that is used in the client side representation of the component.
- getDuration() - Method in class com.vaadin.flow.component.notification.Notification
-
Description copied from corresponding location in WebComponent:
- getDurationDouble() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Deprecated.since v23.3, generated classes will be removed in v24.
- getPosition() - Method in class com.vaadin.flow.component.notification.Notification
-
Description copied from corresponding location in WebComponent:
- getPositionString() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Deprecated.since v23.3, generated classes will be removed in v24.
- getStyle() - Method in class com.vaadin.flow.component.notification.Notification
- getVariantName() - Method in enum com.vaadin.flow.component.notification.NotificationVariant
-
Gets the variant name.
I
- isOpened() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification.OpenedChangeEvent
-
Deprecated.
- isOpened() - Method in class com.vaadin.flow.component.notification.Notification
-
Description copied from corresponding location in WebComponent:
- isOpenedBoolean() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Deprecated.since v23.3, generated classes will be removed in v24.
L
- LUMO_CONTRAST - com.vaadin.flow.component.notification.NotificationVariant
- LUMO_ERROR - com.vaadin.flow.component.notification.NotificationVariant
- LUMO_PRIMARY - com.vaadin.flow.component.notification.NotificationVariant
- LUMO_SUCCESS - com.vaadin.flow.component.notification.NotificationVariant
M
- MIDDLE - com.vaadin.flow.component.notification.Notification.Position
N
- Notification - Class in com.vaadin.flow.component.notification
-
Notifications are used to provide feedback to the user.
- Notification() - Constructor for class com.vaadin.flow.component.notification.Notification
-
Default constructor.
- Notification(Component...) - Constructor for class com.vaadin.flow.component.notification.Notification
-
Creates a notification with given components inside.
- Notification(String) - Constructor for class com.vaadin.flow.component.notification.Notification
-
Creates a Notification with the given String rendered as its HTML text, that does not close automatically.
- Notification(String, int) - Constructor for class com.vaadin.flow.component.notification.Notification
-
Creates a Notification with given String rendered as its HTML text and given Integer rendered as its duration.
- Notification(String, int, Notification.Position) - Constructor for class com.vaadin.flow.component.notification.Notification
-
Creates a Notification with given text String, duration and position
- Notification.OpenedChangeEvent<T extends GeneratedVaadinNotification<T>> - Class in com.vaadin.flow.component.notification
- Notification.Position - Enum in com.vaadin.flow.component.notification
-
Enumeration of all available positions for notification component
- NotificationVariant - Enum in com.vaadin.flow.component.notification
-
Set of theme variants applicable for
vaadin-notificationcomponent.
O
- onAttach(AttachEvent) - Method in class com.vaadin.flow.component.notification.Notification
- onDetach(DetachEvent) - Method in class com.vaadin.flow.component.notification.Notification
- open() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Deprecated.since v23.3, generated classes will be removed in v24.
- open() - Method in class com.vaadin.flow.component.notification.Notification
-
Opens the notification.
- OpenedChangeEvent(R, boolean) - Constructor for class com.vaadin.flow.component.notification.GeneratedVaadinNotification.OpenedChangeEvent
-
Deprecated.
- OpenedChangeEvent(T, boolean) - Constructor for class com.vaadin.flow.component.notification.Notification.OpenedChangeEvent
R
- remove(Component...) - Method in class com.vaadin.flow.component.notification.Notification
-
Remove the given components from this notification.
- removeAll() - Method in class com.vaadin.flow.component.notification.Notification
-
Remove all the components from this notification.
- removeThemeVariants(NotificationVariant...) - Method in class com.vaadin.flow.component.notification.Notification
-
Removes theme variants from the component.
S
- setDuration(double) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Deprecated.since v23.3, generated classes will be removed in v24.
- setDuration(int) - Method in class com.vaadin.flow.component.notification.Notification
-
Description copied from corresponding location in WebComponent:
- setOpened(boolean) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Deprecated.since v23.3, generated classes will be removed in v24.
- setOpened(boolean) - Method in class com.vaadin.flow.component.notification.Notification
-
Opens or closes the notification.
- setPosition(Notification.Position) - Method in class com.vaadin.flow.component.notification.Notification
-
Set position of the notification.
- setPosition(String) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
-
Deprecated.since v23.3, generated classes will be removed in v24.
- setText(String) - Method in class com.vaadin.flow.component.notification.Notification
-
Set the text of the notification with given String
- show(String) - Static method in class com.vaadin.flow.component.notification.Notification
-
Shows a notification in the current page with given text.
- show(String, int, Notification.Position) - Static method in class com.vaadin.flow.component.notification.Notification
-
Shows a notification in the current page with given text, duration and position.
T
- TOP_CENTER - com.vaadin.flow.component.notification.Notification.Position
- TOP_END - com.vaadin.flow.component.notification.Notification.Position
- TOP_START - com.vaadin.flow.component.notification.Notification.Position
- TOP_STRETCH - com.vaadin.flow.component.notification.Notification.Position
V
- valueOf(String) - Static method in enum com.vaadin.flow.component.notification.Notification.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.vaadin.flow.component.notification.NotificationVariant
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.vaadin.flow.component.notification.Notification.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.vaadin.flow.component.notification.NotificationVariant
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages