com.vaadin.server
Class UIClassSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.vaadin.server.UIProviderEvent
          extended by com.vaadin.server.UIClassSelectionEvent
All Implemented Interfaces:
java.io.Serializable

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:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.