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.
com.vaadin.server.
Class UIClassSelectionEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.server.UIProviderEvent
-
- com.vaadin.server.UIClassSelectionEvent
-
All Implemented Interfaces:
public class UIClassSelectionEvent extends UIProviderEvent
Contains information used by
UIProvider.getUIClass(UIClassSelectionEvent)
to choose a UI class to use in a specific situation.Since:
7.0.0
Author:
Vaadin Ltd
See Also:
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description UIClassSelectionEvent​(VaadinRequest request)
Creates a new event for a specific request.
-
Method Summary
-
Methods inherited from class com.vaadin.server.UIProviderEvent
getRequest, getService
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
UIClassSelectionEvent
public UIClassSelectionEvent​(VaadinRequest request)
Creates a new event for a specific request.
Parameters:
request
- the Vaadin request for which a UI class is wanted.
-
-