|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.vaadin.server.UIProviderEvent
com.vaadin.server.UIClassSelectionEvent
public class UIClassSelectionEvent
Contains information used by
UIProvider.getUIClass(UIClassSelectionEvent)
to choose a UI class to
use in a specific situation.
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 |
---|
public UIClassSelectionEvent(VaadinRequest request)
request
- the Vaadin request for which a UI class is wanted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |