Uses of Enum Class
com.jbstrap.ui.components.enums.NotificationType
Packages that use NotificationType
Package
Description
-
Uses of NotificationType in com.jbstrap.core
Methods in com.jbstrap.core with parameters of type NotificationTypeModifier and TypeMethodDescriptionstatic String
JavaScriptBuilder.showNotification
(NotificationType notificationType, String title, String message) -
Uses of NotificationType in com.jbstrap.core.websocket
Methods in com.jbstrap.core.websocket with parameters of type NotificationTypeModifier and TypeMethodDescriptionvoid
Client.showNotification
(NotificationType notificationType, String title) Displays the specified notification on the interface.void
Client.showNotification
(NotificationType notificationType, String title, String message) Displays the specified notification on the interface.void
Client.showNotificationImmediate
(NotificationType notificationType, String title) Displays the specified notification on the interface, immediately, not waiting for other modifying operationsvoid
Client.showNotificationImmediate
(NotificationType notificationType, String title, String message) Displays the specified notification on the interface, immediately, not waiting for other modifying operations -
Uses of NotificationType in com.jbstrap.ui
Methods in com.jbstrap.ui with parameters of type NotificationTypeModifier and TypeMethodDescriptionfinal T
Component.showNotification
(NotificationType notificationType, String title) Shows the specified notification on the client that has the component currently displayed.final T
Component.showNotification
(NotificationType notificationType, String title, String message) Shows the specified notification on the client that has the component currently displayed.void
UI.showNotification
(NotificationType notificationType, String title) Displays the specified notification on the interface.void
UI.showNotification
(NotificationType notificationType, String title, String message) Displays the specified notification on the interface. -
Uses of NotificationType in com.jbstrap.ui.components.enums
Methods in com.jbstrap.ui.components.enums that return NotificationTypeModifier and TypeMethodDescriptionstatic NotificationType
Returns the enum constant of this class with the specified name.static NotificationType[]
NotificationType.values()
Returns an array containing the constants of this enum class, in the order they are declared.