Uses of Class
org.teamapps.ux.component.notification.Notification
-
Packages that use 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. setDismissable(boolean dismissable)NotificationNotification. setDisplayTimeInMillis(int displayTimeInMillis)NotificationNotification. setEntranceAnimation(EntranceAnimation entranceAnimation)NotificationNotification. setExitAnimation(ExitAnimation exitAnimation)NotificationNotification. setPosition(NotificationPosition position)NotificationNotification. setRecord(RECORD record)NotificationNotification. setShowProgressBar(boolean showProgressBar)NotificationNotification. setTemplate(Template template) -
Uses of Notification in org.teamapps.ux.session
Methods in org.teamapps.ux.session with parameters of type Notification Modifier and Type Method Description default voidSessionContext. showNotification(Notification notification)
-