Index

A B C D E F G H I J M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addDefaultExceptionHandler() - Method in class com.vaadin.swingkit.client.JVaadinPanel
Enable a default VaadinEventListener to handle exceptions from the Vaadin view in the panel.
addEventListener(String, VaadinEventListener) - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Adds a listener to be notified when an action occurs.
addParam(String, Serializable) - Method in class com.vaadin.swingkit.core.VaadinSwingEventBuilder
Add data to be added to the created events.
as(Class<T>) - Method in class com.vaadin.swingkit.client.JVaadinPanel
It lets you use the JVaadinPanel as any SwingVaadinCallable implemented by the Vaadin view so that any methods defined by the interface can be called directly.
ATTACH - Static variable in class com.vaadin.swingkit.core.EventType
In the event of a swing bridge becoming ready for use in a Vaadin view.

B

Bridge - Annotation Interface in com.vaadin.swingkit.server
Marks a Vaadin view to allow events and messages to be sent between it and a compatible Swing panel (e.g.: a JVaadinPanel).
build() - Method in class com.vaadin.swingkit.core.VaadinSwingEventBuilder
Creates a new VaadinSwingEvent instance with the configuration of this builder.
build(String) - Method in class com.vaadin.swingkit.client.VaadinPanelBuilder
Creates a new JVaadinPanel loading a Vaadin view in it.

C

checkContext() - Method in class com.vaadin.swingkit.server.EventEmitter
 
checkContext() - Method in class com.vaadin.swingkit.server.SwingJavascriptResponse
 
clearListeners() - Method in class com.vaadin.swingkit.client.JVaadinPanel
 
clearListeners() - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Unregister all listeners.
clearListeners(String) - Method in class com.vaadin.swingkit.client.JVaadinPanel
 
clearListeners(String) - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Unregister all listeners of a certain event type.
clearParams() - Method in class com.vaadin.swingkit.core.VaadinSwingEventBuilder
Removes all parameters from the builder.
com.vaadin.swingkit.client - package com.vaadin.swingkit.client
Swing-specific functionality.
com.vaadin.swingkit.client.jcef - package com.vaadin.swingkit.client.jcef
JCef implementation of the Vaadin panel from SwingKit.
com.vaadin.swingkit.core - package com.vaadin.swingkit.core
 
com.vaadin.swingkit.server - package com.vaadin.swingkit.server
 
create(Method, Object[]) - Static method in class com.vaadin.swingkit.core.InvocationUtils
Creates a MethodInvocation instance out of a method and the arguments used in its call.

D

decode(String) - Static method in class com.vaadin.swingkit.core.InvocationUtils
Decodes a Base64 String and returns the object encoded in it.
DEFAULT_SMART_FOCUS - Static variable in class com.vaadin.swingkit.client.SwingKitConfiguration
Default value for using custom keyboard focus release system.
DEFAULT_TIMEOUT - Static variable in class com.vaadin.swingkit.client.SwingKitConfiguration
Default timeout set to wait for responses when making calls to a Vaadin view.
descriptionToMethod(MethodDescription, ClassLoader) - Method in class com.vaadin.swingkit.core.HandledInvocations
Transform a MethodDescription and its related ClassLoader.
DETACH - Static variable in class com.vaadin.swingkit.core.EventType
In the event of a swing bridge being removed from a Vaadin view.

E

EmbeddedBrowserException - Exception Class in com.vaadin.swingkit.core
Exception produced when something goes wrong trying to call the embedded browser javascript function that allows Vaadin to Swing communication.
EmbeddedBrowserException(String) - Constructor for exception class com.vaadin.swingkit.core.EmbeddedBrowserException
 
EmbeddedBrowserJSCaller - Interface in com.vaadin.swingkit.server
Interface describing what a caller should provide to be able to communicate from Vaadin side to Swing side using javascript predefined functions by the embedded browser.
emit(VaadinSwingEvent) - Method in class com.vaadin.swingkit.server.EventEmitter
Method to emit a VaadinSwingEvent from a Vaadin view that will be received by the JVaadinPanel hosting the view on the Swing app.
encode(Object) - Static method in class com.vaadin.swingkit.core.InvocationUtils
Encode a method invocation call or any other object into a Base64 string.
encode(Method, Object[]) - Static method in class com.vaadin.swingkit.core.InvocationUtils
Encode a method invocation call and its arguments into a Base64 string.
equals(Object) - Method in class com.vaadin.swingkit.core.MethodDescription
 
error(ErrorEvent) - Method in class com.vaadin.swingkit.server.SwingServiceInitListener
Overrides ErrorHandler.error(ErrorEvent) method to send an asynchronous event to Swing app when a not handle exception happens on Vaadin view.
EventEmitter - Class in com.vaadin.swingkit.server
Abstract class to be extended by embedded browsers implementations to emit asynchronous events from Vaadin side to Swing side.
EventEmitter() - Constructor for class com.vaadin.swingkit.server.EventEmitter
 
EventEmitterFactory - Class in com.vaadin.swingkit.server
Utility class to create EventEmitter instances to emit events to Swing app from Vaadin view.
EventType - Class in com.vaadin.swingkit.core
Utility class that holds constants for common event types.
EXCEPTION - Static variable in class com.vaadin.swingkit.core.EventType
For events that represent an exception thrown.
executeJs(String) - Method in class com.vaadin.swingkit.client.jcef.JCefJVaadinPanel
 
executeJs(String) - Method in class com.vaadin.swingkit.client.JVaadinPanel
Execute a JS script in the Vaadin app the panel is embedding.
executeQuery() - Method in class com.vaadin.swingkit.server.EventEmitter
 

F

fillPanel(String, JVaadinPanel) - Method in class com.vaadin.swingkit.client.jcef.JCefVaadinPanelBuilder
 
fillPanel(String, JVaadinPanel) - Method in class com.vaadin.swingkit.client.VaadinPanelBuilder
Adds the actual browser view to the panel, in which the Vaadin app can be loaded.
fireEvent(VaadinSwingEvent) - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Emits an event to all registered listeners of the same type as the event's.

G

generateResponseJS(String) - Method in class com.vaadin.swingkit.server.SwingJavascriptResponse
Generates a valid Javascript response as a String that will be sent through the embedded browser to the Swing app.
getArgTypes() - Method in class com.vaadin.swingkit.core.MethodDescription
Gets the types of the arguments of the method as an array of Strings.
getArgValues() - Method in class com.vaadin.swingkit.core.MethodInvocation
Gets the arguments values used for the invocation.
getBrowserName() - Method in interface com.vaadin.swingkit.server.EmbeddedBrowserJSCaller
Gets the embedded browser name as a String that is used by the caller implementation.
getBrowserName() - Method in class com.vaadin.swingkit.server.JCefSwingJavascriptResponse
 
getBrowserName() - Method in class com.vaadin.swingkit.server.JxBrowserSwingJavascriptResponse
 
getBuilder() - Static method in class com.vaadin.swingkit.client.SwingVaadinClient
Get a usable instance of a VaadinPanelBuilder.
getCheckDefinedJS() - Method in interface com.vaadin.swingkit.server.EmbeddedBrowserJSCaller
Gets a Javascript call as a String checking that functions and contexts required for getQueryJS are available.
getCheckDefinedJS() - Method in class com.vaadin.swingkit.server.JCefSwingJavascriptResponse
 
getCheckDefinedJS() - Method in class com.vaadin.swingkit.server.JxBrowserSwingJavascriptResponse
 
getClassName() - Method in class com.vaadin.swingkit.core.MethodDescription
Gets the class name containing the method.
getClassType() - Method in class com.vaadin.swingkit.core.InvocationResponse
The fully qualified name of the type of the response.
getConfiguration() - Static method in class com.vaadin.swingkit.client.SwingVaadinClient
Get the current configuration object.
getData() - Method in class com.vaadin.swingkit.core.InvocationResponse
Get the actual response data.
getFromName(String) - Static method in enum class com.vaadin.swingkit.core.SwingVaadinConsts.UserAgent
 
getHandledInvocations() - Method in class com.vaadin.swingkit.core.HandledInvocations
Get the handled (registered) MethodDescription by this handler.
getId() - Method in class com.vaadin.swingkit.core.InvocationResponse
Get the id of the response, which should match the id of the request.
getId() - Method in class com.vaadin.swingkit.core.MethodInvocation
Gets the id of the invocation.
getListeners() - Method in class com.vaadin.swingkit.client.JVaadinPanel
 
getListeners() - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Get a map with one list for each type of all listeners registered in this notifier.
getMethodDescription() - Method in class com.vaadin.swingkit.core.MethodInvocation
Gets the MethodDescription of the method that will be called by the invocation.
getMethodName() - Method in class com.vaadin.swingkit.core.MethodDescription
Gets the method name.
getName() - Method in enum class com.vaadin.swingkit.core.SwingVaadinConsts.UserAgent
 
getPanelClass() - Method in class com.vaadin.swingkit.client.jcef.JCefVaadinPanelBuilder
 
getPanelClass() - Method in class com.vaadin.swingkit.client.VaadinPanelBuilder
Get the concrete class implementing the JVaadinPanel.
getParams() - Method in class com.vaadin.swingkit.core.VaadinSwingEvent
Get a copy of the event's parameters.
getQueryJS() - Method in interface com.vaadin.swingkit.server.EmbeddedBrowserJSCaller
Gets a Javascript call with the function to be called from the Vaadin view to communicate to the Swing app.
getQueryJS() - Method in class com.vaadin.swingkit.server.JCefSwingJavascriptResponse
 
getQueryJS() - Method in class com.vaadin.swingkit.server.JxBrowserSwingJavascriptResponse
 
getRequestsManager() - Static method in class com.vaadin.swingkit.client.SwingVaadinClient
Get the current request manager.
getReturnType() - Method in class com.vaadin.swingkit.core.MethodDescription
Gets the return type of the method as a String.
getTimeout() - Method in class com.vaadin.swingkit.client.SwingKitConfiguration
Get the current timeout value.
getType() - Method in class com.vaadin.swingkit.core.VaadinSwingEvent
Get the event's type.

H

HandledInvocations - Class in com.vaadin.swingkit.core
Class to handle and synchronize calls from Swing app to Vaadin app.
HandledInvocations() - Constructor for class com.vaadin.swingkit.core.HandledInvocations
Constructor of the class.
handleEvent(VaadinSwingEvent) - Method in interface com.vaadin.swingkit.client.VaadinEventListener
Defines an action to be performed when an action event is emitted.
hashCode() - Method in class com.vaadin.swingkit.core.MethodDescription
 

I

InvocationResponse - Class in com.vaadin.swingkit.core
Represents the response from a remote method call between a Swing app and a Vaadin app in a Vaadin panel.
InvocationResponse() - Constructor for class com.vaadin.swingkit.core.InvocationResponse
 
InvocationUtils - Class in com.vaadin.swingkit.core
Utility class to handle method invocations between a Swing app and a Vaadin app embedded in a JVaadinPanel.
invoke(MethodInvocation) - Method in class com.vaadin.swingkit.core.HandledInvocations
Calls the corresponding method invocation if it is found on the registered method descriptions of the handler.
invoke(MethodInvocation) - Method in interface com.vaadin.swingkit.core.SwingVaadinInvocation
Calls the implementation of the MethodInvocation
invoke(String) - Method in class com.vaadin.swingkit.server.SwingBridge
It handles an encoded invocation coming from the JVaadinPanel in the Swing app.
isHandled(MethodInvocation) - Method in class com.vaadin.swingkit.core.HandledInvocations
Checks if the MethodInvocation is handled (registered) by the handler.
isReady() - Method in class com.vaadin.swingkit.client.JVaadinPanel
Query the Vaadin view to check if it is ready to receive action calls.
isSmartFocus() - Method in class com.vaadin.swingkit.client.SwingKitConfiguration
Checks if the configuration is using custom keyboard focus release system.
isSwingRendered() - Static method in class com.vaadin.swingkit.server.SwingVaadinServer
Checks if the UI has been rendered by a Swing Kit compatible browser

J

JAVASCRIPT_VAADIN_ACTION_QUERY - Static variable in interface com.vaadin.swingkit.core.SwingVaadinConsts
Vaadin to Swing action query function name (Event fired from Vaadin side with user interaction)
JAVASCRIPT_VAADIN_ACTION_QUERY_CANCEL - Static variable in interface com.vaadin.swingkit.core.SwingVaadinConsts
Vaadin to Swing cancel action query function name
JAVASCRIPT_VAADIN_QUERY - Static variable in interface com.vaadin.swingkit.core.SwingVaadinConsts
Vaadin to Swing query function name (Event fired as response from a Swing action)
JAVASCRIPT_VAADIN_QUERY_CANCEL - Static variable in interface com.vaadin.swingkit.core.SwingVaadinConsts
Vaadin to Swing cancel query function name
JCEFBROWSER_AGENT - Enum constant in enum class com.vaadin.swingkit.core.SwingVaadinConsts.UserAgent
 
JCEFBROWSER_AGENT_NAME - Static variable in interface com.vaadin.swingkit.core.SwingVaadinConsts
User Agent String for JCefBrowser implementation
JCefJVaadinPanel - Class in com.vaadin.swingkit.client.jcef
JCef implementation of the JVaadinPanel.
JCefSwingJavascriptResponse - Class in com.vaadin.swingkit.server
JCef browser implementation of SwingJavascriptResponse
JCefSwingJavascriptResponse() - Constructor for class com.vaadin.swingkit.server.JCefSwingJavascriptResponse
 
JCefVaadinPanelBuilder - Class in com.vaadin.swingkit.client.jcef
A VaadinPanelBuilder that creates Vaadin panels using JCEF.
JCefVaadinPanelBuilder() - Constructor for class com.vaadin.swingkit.client.jcef.JCefVaadinPanelBuilder
 
JVaadinPanel - Class in com.vaadin.swingkit.client
A Swing panel that can embed a Vaadin app.
JVaadinPanel() - Constructor for class com.vaadin.swingkit.client.JVaadinPanel
Creates a new Panel that can be added to a Swing view.
JXBROWSER_AGENT - Enum constant in enum class com.vaadin.swingkit.core.SwingVaadinConsts.UserAgent
 
JXBROWSER_AGENT_NAME - Static variable in interface com.vaadin.swingkit.core.SwingVaadinConsts
User Agent String for JxBrowser implementation
JxBrowserSwingJavascriptResponse - Class in com.vaadin.swingkit.server
JxBrowser implementation of SwingJavascriptResponse
JxBrowserSwingJavascriptResponse() - Constructor for class com.vaadin.swingkit.server.JxBrowserSwingJavascriptResponse
 

M

MethodDescription - Class in com.vaadin.swingkit.core
Describes a method that could be invoke from Swing app to a Vaadin View integrated in a JVaadinPanel.
MethodDescription() - Constructor for class com.vaadin.swingkit.core.MethodDescription
 
MethodInvocation - Class in com.vaadin.swingkit.core
Describes a method invocation that can be used to run code from a Swing app to a Vaadin view that implements SwingVaadinCallable
MethodInvocation() - Constructor for class com.vaadin.swingkit.core.MethodInvocation
 

N

navigateTo(String) - Method in class com.vaadin.swingkit.client.jcef.JCefJVaadinPanel
 
navigateTo(String) - Method in class com.vaadin.swingkit.client.JVaadinPanel
Navigates to the given URL.
NETWORK_ERROR_PAGE - Static variable in interface com.vaadin.swingkit.core.SwingVaadinConsts
Network error page url to be loaded after a SwingKitException.NETWORK_EXCEPTION
NETWORK_EXCEPTION - Enum constant in enum class com.vaadin.swingkit.core.SwingKitException
Exception thrown when something goes wrong loading a url in the embedded browser
newEventEmitter() - Static method in class com.vaadin.swingkit.server.EventEmitterFactory
Gets a new instance of a EventEmitter ready to emit events.
NoEmbeddedBrowserException - Exception Class in com.vaadin.swingkit.server
Signals that an action was attempted where an embedded browser is mandatory, but there was no embedded browser detected.

O

onAttach(AttachEvent) - Method in class com.vaadin.swingkit.server.SwingBridge
 
onDetach(DetachEvent) - Method in class com.vaadin.swingkit.server.SwingBridge
 

P

ping() - Method in class com.vaadin.swingkit.server.SwingBridge
A ping method for testing purpose.

R

ready - Variable in class com.vaadin.swingkit.client.JVaadinPanel
 
register(MethodDescription, SwingVaadinInvocation<?>) - Method in class com.vaadin.swingkit.core.HandledInvocations
register(String, String, String, String[], SwingVaadinInvocation<?>) - Method in class com.vaadin.swingkit.core.HandledInvocations
Register a pair MethodDescription and SwingVaadinInvocation from the MethodDescription fields.
registerRequest(String) - Method in class com.vaadin.swingkit.client.VaadinRequestsManager
Registers a request so that a thread can block waiting for a response.
registerResponse(String) - Method in class com.vaadin.swingkit.client.VaadinRequestsManager
Register a response returned from a Vaadin view, potentially unblocking any thread already waiting for a response with the same id.
reload() - Method in class com.vaadin.swingkit.client.jcef.JCefJVaadinPanel
 
reload() - Method in class com.vaadin.swingkit.client.JVaadinPanel
Reload the Vaadin view.
removeDefaultExceptionHandler() - Method in class com.vaadin.swingkit.client.JVaadinPanel
Disables the default VaadinEventListener to hande exceptions from the Vaadin view in the panel.
removeEventListener(String, VaadinEventListener) - Method in interface com.vaadin.swingkit.client.VaadinEventNotifier
Removes a listener, so it is no longer notified when an action occurs.
removeParam(String) - Method in class com.vaadin.swingkit.core.VaadinSwingEventBuilder
Removes a parameter.
reset() - Method in class com.vaadin.swingkit.client.SwingKitConfiguration
Reset to default values.

S

serviceInit(ServiceInitEvent) - Method in class com.vaadin.swingkit.server.SwingServiceInitListener
Overrides VaadinServiceInitListener.serviceInit(ServiceInitEvent) method to insert SwingBridge component into the Vaadin view and set the Swing Kit error handler.
setArgTypes(String[]) - Method in class com.vaadin.swingkit.core.MethodDescription
Sets the types of the arguments of the method as an array of Strings.
setArgValues(Object[]) - Method in class com.vaadin.swingkit.core.MethodInvocation
Sets the arguments values used for the invocation.
setBrowserName(String) - Method in class com.vaadin.swingkit.client.jcef.JCefJVaadinPanel
 
setBrowserName(String) - Method in class com.vaadin.swingkit.client.JVaadinPanel
Sets the name of the component holding the browser instance.
setClassName(String) - Method in class com.vaadin.swingkit.core.MethodDescription
Sets the class name containing the method.
setClassType(String) - Method in class com.vaadin.swingkit.core.InvocationResponse
Set the fully qualified name of the type of the response.
setData(Object) - Method in class com.vaadin.swingkit.core.InvocationResponse
Set the response data.
setId(String) - Method in class com.vaadin.swingkit.core.InvocationResponse
Set the id of the response, which should match the id of the request.
setId(String) - Method in class com.vaadin.swingkit.core.MethodInvocation
Sets the Id of the invocation.
setMethodDescription(MethodDescription) - Method in class com.vaadin.swingkit.core.MethodInvocation
Sets the MethodDescription of the method that will be called by the invocation.
setMethodName(String) - Method in class com.vaadin.swingkit.core.MethodDescription
Sets the method name.
setName(String) - Method in class com.vaadin.swingkit.client.JVaadinPanel
 
setReturnType(String) - Method in class com.vaadin.swingkit.core.MethodDescription
Sets the return type of the method as a String.
setSmartFocus(boolean) - Method in class com.vaadin.swingkit.client.SwingKitConfiguration
Set whether to use custom keyboard focus release system or not.
setTimeout(long) - Method in class com.vaadin.swingkit.client.SwingKitConfiguration
Set the current timeout value.
SWING_BRIDGE_TAGNAME - Static variable in interface com.vaadin.swingkit.core.SwingVaadinConsts
Swing Bridge tag name
SwingBridge - Class in com.vaadin.swingkit.server
Swing Vaadin bridge component that is inserted in the Vaadin views that want to be integrated into a Swing app JVaadinPanel.
SwingJavascriptResponse - Class in com.vaadin.swingkit.server
Class to respond to a previous Swing app call to Vaadin app.
SwingJavascriptResponse() - Constructor for class com.vaadin.swingkit.server.SwingJavascriptResponse
 
SwingKitConfiguration - Class in com.vaadin.swingkit.client
Handles configurations that control the behaviour of SwingKit.
SwingKitConfiguration() - Constructor for class com.vaadin.swingkit.client.SwingKitConfiguration
Creates a new instance of configuration.
SwingKitException - Enum Class in com.vaadin.swingkit.core
Swing Kit predefined exceptions
SwingServiceInitListener - Class in com.vaadin.swingkit.server
Initialize the service of a view containing a SwingBridge automatically inserting the component if Bridge annotation is present.
SwingServiceInitListener() - Constructor for class com.vaadin.swingkit.server.SwingServiceInitListener
 
SwingVaadinCallable - Interface in com.vaadin.swingkit.core
Empty interface to mark Swing callable interfaces that can be used in JVaadinPanel and can communicate components between Swing app and Vaadin view.
SwingVaadinClient - Class in com.vaadin.swingkit.client
Entry utility class for using the Swing Kit.
SwingVaadinConsts - Interface in com.vaadin.swingkit.core
Swing Kit constants
SwingVaadinConsts.UserAgent - Enum Class in com.vaadin.swingkit.core
User Agent enumerated
SwingVaadinException - Exception Class in com.vaadin.swingkit.client
Custom exception thrown when SwingKit encounters a problem.
SwingVaadinException(Exception) - Constructor for exception class com.vaadin.swingkit.client.SwingVaadinException
 
SwingVaadinException(String) - Constructor for exception class com.vaadin.swingkit.client.SwingVaadinException
 
SwingVaadinException(String, Exception) - Constructor for exception class com.vaadin.swingkit.client.SwingVaadinException
 
SwingVaadinInvocation<V> - Interface in com.vaadin.swingkit.core
Describes a Swing Vaadin Invocation implementing the invoke method to deal with the MethodInvocation provided.
SwingVaadinServer - Class in com.vaadin.swingkit.server
Utils class to ease the interaction of the user with the server side of the Swing Kit.

T

toString() - Method in class com.vaadin.swingkit.core.InvocationResponse
 
toString() - Method in class com.vaadin.swingkit.core.MethodDescription
 
toString() - Method in class com.vaadin.swingkit.core.MethodInvocation
 
type(String) - Method in class com.vaadin.swingkit.core.VaadinSwingEventBuilder
Set the type of events to create.

V

VAADIN_EXCEPTION - Enum constant in enum class com.vaadin.swingkit.core.SwingKitException
Exception thrown from the Vaadin side not caught by the Vaadin App
VaadinEventListener - Interface in com.vaadin.swingkit.client
A listener of events emitted by any VaadinEventNotifier.
VaadinEventNotifier - Interface in com.vaadin.swingkit.client
A VaadinEventNotifier is responsible to handle and update listeners of Vaadin actions.
VaadinPanelBuilder - Class in com.vaadin.swingkit.client
Factory that can be used to create Swing panels that can embed Vaadin views.
VaadinPanelBuilder() - Constructor for class com.vaadin.swingkit.client.VaadinPanelBuilder
 
VaadinRequestsManager - Class in com.vaadin.swingkit.client
The VaadinRequestManager correlates the requests sent to Vaadin views with the responses returned from them so that these calls can be treated synchronously.
VaadinRequestsManager() - Constructor for class com.vaadin.swingkit.client.VaadinRequestsManager
 
VaadinSwingEvent - Class in com.vaadin.swingkit.core
Represents an event that can be sent from a Vaadin app to a Swing app.
VaadinSwingEvent(String) - Constructor for class com.vaadin.swingkit.core.VaadinSwingEvent
Creates a new VaadinSwingEvent of the specified type with no parameters.
VaadinSwingEvent(String, HashMap<String, Serializable>) - Constructor for class com.vaadin.swingkit.core.VaadinSwingEvent
Creates a new VaadinSwingEvent of the specified type with the specified parameters.
VaadinSwingEventBuilder - Class in com.vaadin.swingkit.core
A builder for VaadinSwingEvent instances.
VaadinSwingEventBuilder(String) - Constructor for class com.vaadin.swingkit.core.VaadinSwingEventBuilder
Creates a builder of VaadinSwingEvent objects of a certain type.
valueOf(String) - Static method in enum class com.vaadin.swingkit.core.SwingKitException
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.vaadin.swingkit.core.SwingVaadinConsts.UserAgent
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.vaadin.swingkit.core.SwingKitException
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.vaadin.swingkit.core.SwingVaadinConsts.UserAgent
Returns an array containing the constants of this enum class, in the order they are declared.

W

waitForResponse(String) - Method in class com.vaadin.swingkit.client.VaadinRequestsManager
Block the current thread until a response with the given id is received from a Vaadin view or the timeout expires, whatever happens first.
waitForResponse(String, long) - Method in class com.vaadin.swingkit.client.VaadinRequestsManager
Block the current thread until a response with the given id is received from a Vaadin view or the timeout expires, whatever happens first.
A B C D E F G H I J M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form