Uses of Class
org.teamapps.ux.component.notification.NotificationPosition
-
Packages that use NotificationPosition Package Description org.teamapps.ux.component.notification org.teamapps.ux.session -
-
Uses of NotificationPosition in org.teamapps.ux.component.notification
Methods in org.teamapps.ux.component.notification that return NotificationPosition Modifier and Type Method Description static NotificationPositionNotificationPosition. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NotificationPosition[]NotificationPosition. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotificationPosition in org.teamapps.ux.session
Methods in org.teamapps.ux.session with parameters of type NotificationPosition Modifier and Type Method Description voidSessionContext. showNotification(Notification notification, NotificationPosition position)voidSessionContext. showNotification(Notification notification, NotificationPosition position, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)
-