Uses of Class
org.teamapps.dto.UiNotification
-
-
Uses of UiNotification in org.teamapps.dto
Fields in org.teamapps.dto declared as UiNotification Modifier and Type Field Description protected UiNotificationUiRootPanel.ShowNotificationCommand. notificationMethods in org.teamapps.dto that return UiNotification Modifier and Type Method Description UiNotificationUiRootPanel.ShowNotificationCommand. getNotification()UiNotificationUiNotification. setBackgroundColor(UiColor backgroundColor)UiNotificationUiNotification. setDismissable(boolean dismissable)UiNotificationUiNotification. setDisplayTimeInMillis(int displayTimeInMillis)UiNotificationUiNotification. setEntranceAnimation(UiEntranceAnimation entranceAnimation)UiNotificationUiNotification. setExitAnimation(UiExitAnimation exitAnimation)UiNotificationUiNotification. setPosition(UiNotification.Position position)UiNotificationUiNotification. setShowProgressBar(boolean showProgressBar)Constructors in org.teamapps.dto with parameters of type UiNotification Constructor Description ShowNotificationCommand(UiNotification notification)
-