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 UiNotificationUiNotification.UpdateCommand. configMethods in org.teamapps.dto that return UiNotification Modifier and Type Method Description UiNotificationUiNotification.UpdateCommand. getConfig()UiNotificationUiNotification. setAttributesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> attributesBySelector)UiNotificationUiNotification. setBackgroundColor(java.lang.String backgroundColor)UiNotificationUiNotification. setClassNamesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Boolean>> classNamesBySelector)UiNotificationUiNotification. setContent(UiClientObjectReference content)UiNotificationUiNotification. setContentHeight(int contentHeight)UiNotificationUiNotification. setDebuggingId(java.lang.String debuggingId)UiNotificationUiNotification. setDismissible(boolean dismissible)UiNotificationUiNotification. setDisplayTimeInMillis(int displayTimeInMillis)UiNotificationUiNotification. setId(java.lang.String id)UiNotificationUiNotification. setPadding(UiSpacing padding)UiNotificationUiNotification. setProgressBarVisible(boolean progressBarVisible)UiNotificationUiNotification. setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiNotificationUiNotification. setVisible(boolean visible)Constructors in org.teamapps.dto with parameters of type UiNotification Constructor Description UpdateCommand(java.lang.String componentId, UiNotification config)