Package com.vaadin.server
Class UIClassSelectionEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.vaadin.server.UIProviderEvent
-
- com.vaadin.server.UIClassSelectionEvent
-
- All Implemented Interfaces:
Serializable
public class UIClassSelectionEvent extends UIProviderEvent
Contains information used byUIProvider.getUIClass(UIClassSelectionEvent)
to choose a UI class to use in a specific situation.- Since:
- 7.0.0
- Author:
- Vaadin Ltd
- See Also:
- Serialized Form
-
-
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.
-
-