Verwendungen von Klasse
org.teamapps.ux.component.notification.Notification
Packages, die Notification verwenden
-
Verwendungen von Notification in org.teamapps.ux.component.notification
Methoden in org.teamapps.ux.component.notification, die Notification zurückgebenModifizierer und TypMethodeBeschreibungstatic NotificationNotification.createWithIconAndCaption(org.teamapps.icons.Icon<?, ?> icon, String text) static NotificationNotification.createWithIconAndTextAndDescription(org.teamapps.icons.Icon<?, ?> icon, String text, String description) Notification.setBackgroundColor(org.teamapps.common.format.Color backgroundColor) Notification.setContent(Component content) Notification.setDismissible(boolean dismissible) Notification.setDisplayTimeInMillis(int displayTimeInMillis) Notification.setPadding(Spacing padding) Notification.setShowProgressBar(boolean showProgressBar) -
Verwendungen von Notification in org.teamapps.ux.session
Methoden in org.teamapps.ux.session mit Parametern vom Typ NotificationModifizierer und TypMethodeBeschreibungvoidSessionContext.showNotification(Notification notification, NotificationPosition position) voidSessionContext.showNotification(Notification notification, NotificationPosition position, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)