Uses of Class
org.teamapps.ux.component.notification.Notification
Packages that use Notification
-
Uses of Notification in org.teamapps.ux.component.notification
Methods in org.teamapps.ux.component.notification that return NotificationModifier and TypeMethodDescriptionstatic NotificationNotification.createWithIconAndCaption(Icon<?, ?> icon, String text) static NotificationNotification.createWithIconAndTextAndDescription(Icon<?, ?> icon, String text, String description) Notification.setBackgroundColor(Color backgroundColor) Notification.setContent(Component content) Notification.setDismissible(boolean dismissible) Notification.setDisplayTimeInMillis(int displayTimeInMillis) Notification.setPadding(Spacing padding) Notification.setShowProgressBar(boolean showProgressBar) -
Uses of Notification in org.teamapps.ux.session
Methods in org.teamapps.ux.session with parameters of type NotificationModifier and TypeMethodDescriptionvoidSessionContext.showNotification(Notification notification, NotificationPosition position) voidSessionContext.showNotification(Notification notification, NotificationPosition position, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)