Verwendungen von Enum-Klasse
org.teamapps.ux.component.notification.NotificationPosition
Packages, die NotificationPosition verwenden
-
Verwendungen von NotificationPosition in org.teamapps.ux.component.notification
Methoden in org.teamapps.ux.component.notification, die NotificationPosition zurückgebenModifizierer und TypMethodeBeschreibungstatic NotificationPositionGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static NotificationPosition[]NotificationPosition.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück. -
Verwendungen von NotificationPosition in org.teamapps.ux.session
Methoden in org.teamapps.ux.session mit Parametern vom Typ NotificationPositionModifizierer und TypMethodeBeschreibungvoidSessionContext.showNotification(Notification notification, NotificationPosition position) voidSessionContext.showNotification(Notification notification, NotificationPosition position, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)