Uses of Class
org.teamapps.ux.component.notification.Notification
| Package | Description |
|---|---|
| org.teamapps.ux.component.notification | |
| org.teamapps.ux.session |
-
Uses of Notification in org.teamapps.ux.component.notification
Methods in org.teamapps.ux.component.notification that return Notification Modifier and Type Method Description static NotificationNotification. createWithIconAndCaption(org.teamapps.icons.api.Icon icon, java.lang.String text)static NotificationNotification. createWithIconAndTextAndDescription(org.teamapps.icons.api.Icon icon, java.lang.String text, java.lang.String description)NotificationNotification. setBackgroundColor(org.teamapps.common.format.Color backgroundColor)NotificationNotification. setContent(Component content)NotificationNotification. setDismissible(boolean dismissible)NotificationNotification. setDisplayTimeInMillis(int displayTimeInMillis)NotificationNotification. setPadding(Spacing padding)NotificationNotification. setShowProgressBar(boolean showProgressBar) -
Uses of Notification in org.teamapps.ux.session
Methods in org.teamapps.ux.session with parameters of type Notification Modifier and Type Method Description voidSessionContext. showNotification(Notification notification, NotificationPosition position)voidSessionContext. showNotification(Notification notification, NotificationPosition position, EntranceAnimation entranceAnimation, ExitAnimation exitAnimation)