Skip navigation links
A C G I N O R S V 

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<GeneratedVaadinNotification.OpenedChangeEvent<R>>) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Adds a listener for opened-changed events fired by the webcomponent.
addOpenedChangeListener(ComponentEventListener<GeneratedVaadinNotification.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.

C

close() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
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
Description copied from corresponding location in WebComponent:
GeneratedVaadinNotification() - Constructor for class com.vaadin.flow.component.notification.GeneratedVaadinNotification
 
GeneratedVaadinNotification.OpenedChangeEvent<R extends GeneratedVaadinNotification<R>> - Class in com.vaadin.flow.component.notification
 
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
Description copied from corresponding location in WebComponent:
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
Description copied from corresponding location in WebComponent:
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
 
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
Description copied from corresponding location in WebComponent:

N

Notification - Class in com.vaadin.flow.component.notification
Server-side component for the vaadin-notification element.
Notification() - Constructor for class com.vaadin.flow.component.notification.Notification
Default constructor.
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(Component...) - Constructor for class com.vaadin.flow.component.notification.Notification
Creates a notification with given components inside.
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-notification component.

O

open() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
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
 

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.
render() - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:

S

setDuration(double) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
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
Description copied from corresponding location in WebComponent:
setOpened(boolean) - Method in class com.vaadin.flow.component.notification.Notification
Opens or closes the notification.
setPosition(String) - Method in class com.vaadin.flow.component.notification.GeneratedVaadinNotification
Description copied from corresponding location in WebComponent:
setPosition(Notification.Position) - Method in class com.vaadin.flow.component.notification.Notification
Set position of the notification.
setText(String) - Method in class com.vaadin.flow.component.notification.Notification
Set the text of the notification with given String
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.
show(String) - Static method in class com.vaadin.flow.component.notification.Notification
Shows a notification in the current page with given text.

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.
A C G I N O R S V 
Skip navigation links

Copyright © 2023. All rights reserved.