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 Interface
com.vaadin.flow.server.SystemMessagesProvider
Packages that use SystemMessagesProvider
-
Uses of SystemMessagesProvider in com.vaadin.flow.server
Classes in com.vaadin.flow.server that implement SystemMessagesProviderModifier and TypeClassDescriptionclass
System messages provider using the built-in default system messages.
Methods in com.vaadin.flow.server that return SystemMessagesProviderModifier and TypeMethodDescriptionstatic SystemMessagesProvider
DefaultSystemMessagesProvider.get()
Gets the instance.
VaadinService.getSystemMessagesProvider()
Gets the system messages provider currently defined for this service.
Methods in com.vaadin.flow.server with parameters of type SystemMessagesProviderModifier and TypeMethodDescriptionvoid
VaadinService.setSystemMessagesProvider
(SystemMessagesProvider systemMessagesProvider) Sets the system messages provider to use for getting system messages to display to users of this service.