We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Record Class
com.vaadin.flow.server.dau.EnforcementNotificationMessages
Packages that use EnforcementNotificationMessages
-
Uses of EnforcementNotificationMessages in com.vaadin.flow.server.dau
Fields in com.vaadin.flow.server.dau declared as EnforcementNotificationMessagesModifier and TypeFieldDescriptionstatic final EnforcementNotificationMessages
EnforcementNotificationMessages.DEFAULT
Default enforcement messages.
Methods in com.vaadin.flow.server.dau that return EnforcementNotificationMessagesModifier and TypeMethodDescriptiondefault EnforcementNotificationMessages
DAUCustomizer.getEnforcementNotificationMessages
(SystemMessagesInfo systemMessagesInfo) Gets the enforcement messages to use in the given context.
DAUUtils.getEnforcementNotificationMessages
(VaadinRequest vaadinRequest) Gets the enforcement messages for the given request.
DAUUtils.EnforcementResult.messages()
Returns the value of the
messages
record component.Constructors in com.vaadin.flow.server.dau with parameters of type EnforcementNotificationMessagesModifierConstructorDescriptionEnforcementResult
(EnforcementNotificationMessages messages, RuntimeException origin, Runnable endRequestAction) Creates an instance of a
EnforcementResult
record class.