|
||||||||||
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
public class UIProviderEvent
Base class for the events that are sent to various methods in UIProvider.
UIProvider
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
UIProviderEvent(VaadinRequest request)
Creates a new UI provider event. |
Method Summary | |
---|---|
VaadinRequest |
getRequest()
Gets the request associated with this event. |
VaadinService |
getService()
Gets the Vaadin service from which the event originates. |
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 UIProviderEvent(VaadinRequest request)
request
- the request for which the event is UI provider is invokedMethod Detail |
---|
public VaadinService getService()
public VaadinRequest getRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |