Uses of Enum Class
org.teamapps.ux.component.notification.NotificationPosition
Packages that use NotificationPosition
-
Uses of NotificationPosition in org.teamapps.ux.component.notification
Subclasses with type arguments of type NotificationPosition in org.teamapps.ux.component.notificationMethods in org.teamapps.ux.component.notification that return NotificationPositionModifier and TypeMethodDescriptionstatic NotificationPositionReturns the enum constant of this class with the specified name.static NotificationPosition[]NotificationPosition.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of NotificationPosition in org.teamapps.ux.session
Methods in org.teamapps.ux.session with parameters of type NotificationPositionModifier and TypeMethodDescriptionvoidSessionContext.showNotification(Notification notification, NotificationPosition position) voidSessionContext.showNotification(Notification notification, NotificationPosition position, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)