Uses of Class
org.teamapps.ux.component.notification.NotificationPosition
-
Packages that use NotificationPosition Package Description org.teamapps.ux.component.notification -
-
Uses of NotificationPosition in org.teamapps.ux.component.notification
Methods in org.teamapps.ux.component.notification that return NotificationPosition Modifier and Type Method Description NotificationPositionNotification. getPosition()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.Methods in org.teamapps.ux.component.notification with parameters of type NotificationPosition Modifier and Type Method Description NotificationNotification. setPosition(NotificationPosition position)
-