Serialized Form
-
Package com.vaadin.swingkit.core
-
Exception Class com.vaadin.swingkit.core.EmbeddedBrowserException
class EmbeddedBrowserException extends RuntimeException implements Serializable -
Class com.vaadin.swingkit.core.InvocationResponse
class InvocationResponse extends Object implements Serializable -
Class com.vaadin.swingkit.core.MethodDescription
class MethodDescription extends Object implements Serializable -
Class com.vaadin.swingkit.core.MethodInvocation
class MethodInvocation extends Object implements Serializable-
Serialized Fields
-
argValues
Object[] argValues
Array of the values calling the method. -
id
String id
String Id uniquely identifying the invocation -
methodDescription
MethodDescription methodDescription
TheMethodDescriptionof the method related to the invocation.
-
-
-
Class com.vaadin.swingkit.core.VaadinSwingEvent
class VaadinSwingEvent extends Object implements Serializable- serialVersionUID:
- 1729670450318302907L
-
Serialized Fields
-
params
HashMap<String,
Serializable> params Data that can be carried by the event in case it is needed. The data must be a standard type or a class implementingSerializableand accessible from both Swing and Vaadin sides. -
type
String type
The type of the event.
-
-