public class SystemMessagesInfo extends Object implements Serializable
Constructor and Description |
---|
SystemMessagesInfo() |
Modifier and Type | Method and Description |
---|---|
Locale |
getLocale()
The locale of the UI related to the
SystemMessages request. |
VaadinRequest |
getRequest()
Gets the request currently in progress.
|
VaadinService |
getService()
Returns the service this SystemMessages request comes from.
|
void |
setLocale(Locale locale) |
void |
setRequest(VaadinRequest request) |
void |
setService(VaadinService service) |
public Locale getLocale()
SystemMessages
request.public void setLocale(Locale locale)
public VaadinRequest getRequest()
public void setRequest(VaadinRequest request)
public VaadinService getService()
public void setService(VaadinService service)
Copyright © 2019 Vaadin Ltd. All rights reserved.