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 EnforcementNotificationMessagesEnforcementNotificationMessages.DEFAULTDefault enforcement messages.Methods in com.vaadin.flow.server.dau that return EnforcementNotificationMessagesModifier and TypeMethodDescriptiondefault EnforcementNotificationMessagesDAUCustomizer.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 themessagesrecord component.Constructors in com.vaadin.flow.server.dau with parameters of type EnforcementNotificationMessagesModifierConstructorDescriptionEnforcementResult(EnforcementNotificationMessages messages, RuntimeException origin, Runnable endRequestAction) Creates an instance of aEnforcementResultrecord class.