Serialized Form
-
Package com.vaadin.swingkit.client
-
Class com.vaadin.swingkit.client.JVaadinPanel
class JVaadinPanel extends JPanel implements Serializable-
Serialized Fields
-
attachEventListener
VaadinEventListener attachEventListener
-
defaultExceptionHandler
VaadinEventListener defaultExceptionHandler
-
detachEventListener
VaadinEventListener detachEventListener
-
listeners
Map<String,
List<VaadinEventListener>> listeners -
ready
boolean ready
-
-
-
Exception Class com.vaadin.swingkit.client.SwingVaadinException
class SwingVaadinException extends Exception implements Serializable
-
-
Package com.vaadin.swingkit.client.jcef
-
Class com.vaadin.swingkit.client.jcef.JCefJVaadinPanel
class JCefJVaadinPanel extends JVaadinPanel implements Serializable-
Serialized Fields
-
cefBrowser
org.cef.browser.CefBrowser cefBrowser
-
log
org.slf4j.Logger log
-
-
-
-
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.
-
-
-
Package com.vaadin.swingkit.server
-
Exception Class com.vaadin.swingkit.server.NoEmbeddedBrowserException
class NoEmbeddedBrowserException extends RuntimeException implements Serializable -
Class com.vaadin.swingkit.server.SwingBridge
class SwingBridge extends com.vaadin.flow.component.littemplate.LitTemplate implements Serializable-
Serialized Fields
-
invocations
HandledInvocations invocations
Invocations that can be handled by the component itself corresponding to a JVaadinPanel. -
log
org.slf4j.Logger log
-
responseBuilder
com.vaadin.swingkit.server.SwingResponseBuilder responseBuilder
Response builder of the component.
-
-
-
Class com.vaadin.swingkit.server.SwingServiceInitListener
class SwingServiceInitListener extends Object implements Serializable-
Serialized Fields
-
log
org.slf4j.Logger log
-
-
-