Uses of Enum Class
com.jbstrap.ui.components.enums.NotificationType
Package
Description
-
Uses of NotificationType in com.jbstrap.core
Modifier and TypeMethodDescriptionstatic String
JavaScriptBuilder.showNotification
(NotificationType notificationType, String title, String message) -
Uses of NotificationType in com.jbstrap.core.websocket
Modifier 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
Modifier 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
Modifier 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.