Skip navigation links
A C D F G H I L M N O P R S T U W 

A

AbstractLegacyEmbed - Class in com.vaadin.mpr.core
Server side message handling class that handles server side message communication for legacy components.
AbstractLegacyEmbed(UI) - Constructor for class com.vaadin.mpr.core.AbstractLegacyEmbed
LegacyEmbed constructor.
AbstractLegacyWrapper - Class in com.vaadin.mpr.core
A wrapper that allows adding legacy components into Flow layouts.
AbstractLegacyWrapper(Component) - Constructor for class com.vaadin.mpr.core.AbstractLegacyWrapper
LegacyWrapper constructor.
AbstractMprNavigatorRoute - Class in com.vaadin.mpr.core
MPR helper class that makes it easier to handle how a legacy Navigator coexists with Flow routing.
AbstractMprNavigatorRoute() - Constructor for class com.vaadin.mpr.core.AbstractMprNavigatorRoute
Navigator route constructor.
AbstractMprNavigatorRoute(ComponentContainer) - Constructor for class com.vaadin.mpr.core.AbstractMprNavigatorRoute
Navigator route constructor with componentContainer for navigator.
AbstractMprRouteAdapter<T extends com.vaadin.navigator.View> - Class in com.vaadin.mpr.core
Simple route adapter that wraps a FW View so it can be used as a Flow NavigationTarget using Route without any Navigator involvement.
AbstractMprRouteAdapter() - Constructor for class com.vaadin.mpr.core.AbstractMprRouteAdapter
Route adapter constructor.
AbstractMprServlet - Class in com.vaadin.mpr.core
Base legacy VaadinServlet that creates a MprServletService.
AbstractMprServlet() - Constructor for class com.vaadin.mpr.core.AbstractMprServlet
 
AbstractMprUI - Class in com.vaadin.mpr.core
MPR UI instance that delegates some method calls between Flow UI and the legacy UI.
AbstractMprUI() - Constructor for class com.vaadin.mpr.core.AbstractMprUI
 
AbstractMprUI.MprPollListener - Class in com.vaadin.mpr.core
 
AbstractMprUIContent - Class in com.vaadin.mpr.core
Component container used as UI content in MprUI.
AbstractMprUIContent() - Constructor for class com.vaadin.mpr.core.AbstractMprUIContent
 
AbstractMprUIContentConnector - Class in com.vaadin.mpr.core.client
Legacy component wrapper connector.
AbstractMprUIContentConnector() - Constructor for class com.vaadin.mpr.core.client.AbstractMprUIContentConnector
 
AbstractMprUIProvider - Class in com.vaadin.mpr.core
Manages AbstractMprUI instances in the application.
AbstractMprUIProvider() - Constructor for class com.vaadin.mpr.core.AbstractMprUIProvider
 
accessSession(VaadinSession, Runnable) - Method in class com.vaadin.mpr.core.MprServletService
 
add(Component...) - Method in interface com.vaadin.mpr.core.HasLegacyComponents
Adds the given legacy components as children of this component.
addComponent(Component, String, int) - Method in class com.vaadin.mpr.core.AbstractMprUIContent
Add a new component to container.
addListener(UIEvents.PollListener) - Method in class com.vaadin.mpr.core.AbstractMprUI.MprPollListener
 
afterNavigation(AfterNavigationEvent) - Method in class com.vaadin.mpr.core.AbstractMprRouteAdapter
 

C

clearAll() - Method in interface com.vaadin.mpr.core.LegacyCurrentInstance
Clears all current instances.
close() - Method in class com.vaadin.mpr.core.AbstractMprUI
 
com.vaadin.mpr.core - package com.vaadin.mpr.core
 
com.vaadin.mpr.core.client - package com.vaadin.mpr.core.client
 
ComponentSettings - Class in com.vaadin.mpr.core.client
Component settings class containing target node id and application id.
ComponentSettings() - Constructor for class com.vaadin.mpr.core.client.ComponentSettings
Component settings constructor.
configureNavigator(Navigator) - Method in class com.vaadin.mpr.core.AbstractMprNavigatorRoute
Initialize the navigation routes for the legacy Navigator.
createDeploymentConfiguration(Properties) - Method in class com.vaadin.mpr.core.AbstractMprServlet
 
createInstance(Class<?>) - Method in class com.vaadin.mpr.core.AbstractMprRouteAdapter
 
createInstance(UICreateEvent) - Method in class com.vaadin.mpr.core.AbstractMprUIProvider
 
createMprUIContent() - Method in class com.vaadin.mpr.core.AbstractLegacyWrapper
Get a new MprUIContent object instance.
createRequestHandlers() - Method in class com.vaadin.mpr.core.MprServletService
 
createServletService(DeploymentConfiguration) - Method in class com.vaadin.mpr.core.AbstractMprServlet
 
createVaadinSession(VaadinRequest) - Method in class com.vaadin.mpr.core.MprServletService
 

D

DEFAULT_THEME - Static variable in annotation type com.vaadin.mpr.core.MprTheme
 
DEFAULT_WIDGETSET - Static variable in annotation type com.vaadin.mpr.core.MprWidgetset
 
disconnect() - Method in class com.vaadin.mpr.core.MprPushConnection
 

F

FakeNavigator - Class in com.vaadin.mpr.core
This is a fake Navigator for the view change source as the source can not be null, but we don't have a navigator available.
FakeNavigator() - Constructor for class com.vaadin.mpr.core.FakeNavigator
FakeNavigator constructor that is empty so we don't actually configure anything.
focus() - Method in class com.vaadin.mpr.core.AbstractMprUI
 

G

getAppId() - Method in class com.vaadin.mpr.core.client.ComponentSettings
Get the Flow application id.
getCommunicationMethodName() - Method in class com.vaadin.mpr.core.client.MprMessageSender
 
getComponentCount() - Method in class com.vaadin.mpr.core.AbstractMprUIContent
 
getComponentSettings() - Method in class com.vaadin.mpr.core.AbstractMprUIContent
Get the content state component settings.
getComponentSettings() - Method in class com.vaadin.mpr.core.client.AbstractMprUIContentConnector
Get the content state component settings.
getCurrentInstances() - Method in interface com.vaadin.mpr.core.LegacyCurrentInstance
Get the all current instances.
getDirtyListener() - Method in class com.vaadin.mpr.core.AbstractLegacyEmbed
 
getElement() - Method in class com.vaadin.mpr.core.client.MprLoadingIndicator
 
getFallbackTransport() - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
getFlowSession() - Method in class com.vaadin.mpr.core.MprSession
Get the Flow session bound to this MprSession.
getFlowUI() - Method in class com.vaadin.mpr.core.AbstractMprUI
 
getFrameworkVersion() - Static method in class com.vaadin.mpr.core.MprServletService
 
getLastHeartbeatTimestamp() - Method in class com.vaadin.mpr.core.AbstractMprUI
 
getLegacyComponent() - Method in class com.vaadin.mpr.core.AbstractLegacyWrapper
Gets the legacy component set in this wrapper in the constructor.
getLegacyCurrentInstance() - Method in class com.vaadin.mpr.core.AbstractMprServlet
Retrieves a helper object which calls Vaadin 7 or Vaadin 8 CurrentInstance class accordingly.
getLegacyEmbed(UI) - Method in class com.vaadin.mpr.core.AbstractLegacyWrapper
Get a LegacyEmbed object instance for given Flow UI.
getLegacyUI(UI) - Static method in class com.vaadin.mpr.core.AbstractMprUIProvider
Get the legacy Vaadin UI instance that should be used if annotation exists.
getLegacyWrapper(Component) - Method in class com.vaadin.mpr.core.AbstractMprRouteAdapter
 
getLegacyWrapper(Component) - Method in interface com.vaadin.mpr.core.HasLegacyComponents
Get a LegacyWrapper implementation for the used MPR version.
getMprVersion() - Static method in class com.vaadin.mpr.core.MprServletService
 
getNavigator() - Method in class com.vaadin.mpr.core.AbstractMprNavigatorRoute
Get the navigator registered for the current FW UI.
getNavigator(ComponentContainer) - Method in class com.vaadin.mpr.core.AbstractMprNavigatorRoute
Get the navigator registered for the current FW UI or create a new one using given container.
getNodeId() - Method in class com.vaadin.mpr.core.client.ComponentSettings
Get wrapper element node id.
getParameter(String) - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
getParameterNames() - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
getPendingAccessQueue() - Method in class com.vaadin.mpr.core.MprSession
 
getPollInterval() - Method in class com.vaadin.mpr.core.AbstractMprUI
 
getPushConfiguration() - Method in class com.vaadin.mpr.core.AbstractMprUI
 
getPushMode() - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
getPushUrl() - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
getServiceName() - Method in class com.vaadin.mpr.core.MprServletService
 
getTopNavigationTarget(UI) - Static method in class com.vaadin.mpr.core.PathResolver
Get the top navigation target that contains all annotations for this path.
getTransport() - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
getUIClass(UIClassSelectionEvent) - Method in class com.vaadin.mpr.core.AbstractMprUIProvider
 
getViewComponent() - Method in class com.vaadin.mpr.core.AbstractMprRouteAdapter
Gets the View associated with this Route Adapter
getViewComponent(View) - Method in class com.vaadin.mpr.core.AbstractMprRouteAdapter
Gets the actual component that should be rendered for the specified View.
getViewDisplay() - Method in class com.vaadin.mpr.core.MprNavigator
Get the view display used for showing the active view.
getWidget() - Method in class com.vaadin.mpr.core.client.AbstractMprUIContentConnector
 
getWrapper(Component) - Method in class com.vaadin.mpr.core.AbstractMprNavigatorRoute
 

H

hasInitialized - Variable in class com.vaadin.mpr.core.AbstractMprUI
 
HasLegacyComponents - Interface in com.vaadin.mpr.core
A component to which the user can add and remove child legacy components.
hasNavigator() - Method in class com.vaadin.mpr.core.AbstractMprUI
 
hide() - Method in class com.vaadin.mpr.core.client.MprLoadingIndicator
 

I

init() - Method in class com.vaadin.mpr.core.AbstractMprRouteAdapter
 
init(VaadinRequest) - Method in class com.vaadin.mpr.core.AbstractMprUI
 
init() - Method in class com.vaadin.mpr.core.client.AbstractMprUIContentConnector
 
isClosing() - Method in class com.vaadin.mpr.core.AbstractMprUI
 
isConnected() - Method in class com.vaadin.mpr.core.MprPushConnection
 
isStaticResourceRequest(HttpServletRequest) - Method in class com.vaadin.mpr.core.AbstractMprServlet
 
isVisible() - Method in class com.vaadin.mpr.core.client.MprLoadingIndicator
 
iterator() - Method in class com.vaadin.mpr.core.AbstractMprUIContent
 

L

LegacyCurrentInstance - Interface in com.vaadin.mpr.core
A facade type of interface to hide the differences of the v7 and v8 CurrentInstance implementation.
LegacyUI - Annotation Type in com.vaadin.mpr.core
Annotation for defining a custom Legacy Vaadin UI for the application to use.

M

MprLoadingIndicator - Class in com.vaadin.mpr.core.client
Custom MPR loading indicator that links the Legacy Vaadin and Platform Vaadin loading indicators, so that the loading indicator is show as long as one of them is still loading.
MprLoadingIndicator() - Constructor for class com.vaadin.mpr.core.client.MprLoadingIndicator
 
MprMessageSender - Class in com.vaadin.mpr.core.client
Message sender class that delegates any Legacy Vaadin communication through the Flow messaging mechanism.
MprMessageSender() - Constructor for class com.vaadin.mpr.core.client.MprMessageSender
 
MprNavigator - Class in com.vaadin.mpr.core
MPR extension of Navigator so we can handle navigation between legacy Navigator and Flow Router.
MprNavigator(UI, Class<? extends AbstractMprNavigatorRoute>) - Constructor for class com.vaadin.mpr.core.MprNavigator
MprNavigator constructor.
MprNavigator(UI, Class<? extends AbstractMprNavigatorRoute>, ComponentContainer) - Constructor for class com.vaadin.mpr.core.MprNavigator
Constructor with given component container instance.
MprNavigator(UI, ComponentContainer) - Constructor for class com.vaadin.mpr.core.MprNavigator
MprNavigator override to get the used ComponentContainer for adding as a AbstractLegacyWrapper component.
mprPollListener - Variable in class com.vaadin.mpr.core.AbstractMprUI
 
MprPollListener() - Constructor for class com.vaadin.mpr.core.AbstractMprUI.MprPollListener
 
MprPushConfiguration - Class in com.vaadin.mpr.core
Mpr push configuration that delegates blocks configuration of push throuhg the Legacy UI instance.
MprPushConfiguration() - Constructor for class com.vaadin.mpr.core.MprPushConfiguration
 
MprPushConnection - Class in com.vaadin.mpr.core
PushConnection MPR adapter.
MprPushConnection(UI) - Constructor for class com.vaadin.mpr.core.MprPushConnection
Creates the push connection adapter.
MprRequest - Class in com.vaadin.mpr.core
Wrapper for legacy VaadinServletRequest, created by the AbstractMprServlet.
MprRequest(HttpServletRequest, VaadinServletService) - Constructor for class com.vaadin.mpr.core.MprRequest
Constructor that wraps a low level servlet request and a legacy service.
MprServiceInitListener - Class in com.vaadin.mpr.core
ServiceInitListener responsible for setting attributes to the ServletContext needed by the multiplatform runtime.
MprServiceInitListener() - Constructor for class com.vaadin.mpr.core.MprServiceInitListener
 
MprServletService - Class in com.vaadin.mpr.core
Legacy VaadinServletService that does the bridge between legacy sessions and Flow sessions, in order to make session locks work across platforms.
MprServletService(VaadinServlet, DeploymentConfiguration) - Constructor for class com.vaadin.mpr.core.MprServletService
MprServletService constuctor.
MprSession - Class in com.vaadin.mpr.core
Legacy VaadinSession that delegates logic to Flow's VaadinSession when applicable.
MprSession(VaadinService, VaadinSession) - Constructor for class com.vaadin.mpr.core.MprSession
MprSession constructor.
MprTheme - Annotation Type in com.vaadin.mpr.core
Annotation for setting the theme to use with the legacy framework.
mprUIContent - Variable in class com.vaadin.mpr.core.AbstractLegacyEmbed
 
MprUIInitHandler - Class in com.vaadin.mpr.core
UIInitHandler responsible for setting the current instances of UI, VaadinSession, VaadinService, VaadinRequest and VaadinResponse during the initialization of legacy UIs.
MprUIInitHandler() - Constructor for class com.vaadin.mpr.core.MprUIInitHandler
 
MprWidgetset - Annotation Type in com.vaadin.mpr.core
Annotation for setting the widgetset to use with the legacy framework.

N

navigateTo(String) - Method in class com.vaadin.mpr.core.AbstractMprNavigatorRoute
Shorthand for navigating to new view.
navigateTo(String) - Method in class com.vaadin.mpr.core.MprNavigator
 

O

onComponentEvent(PollEvent) - Method in class com.vaadin.mpr.core.AbstractMprUI.MprPollListener
 
onConnectorHierarchyChange(ConnectorHierarchyChangeEvent) - Method in class com.vaadin.mpr.core.client.AbstractMprUIContentConnector
 

P

PathResolver - Class in com.vaadin.mpr.core
Path resolver is a utility class for resolving the correct top navigation target class.
push() - Method in class com.vaadin.mpr.core.AbstractMprUI
 
push() - Method in class com.vaadin.mpr.core.MprPushConnection
 

R

remove(Component...) - Method in interface com.vaadin.mpr.core.HasLegacyComponents
Removes the given child legacy components from this component.
removeAllLegacyComponents() - Method in interface com.vaadin.mpr.core.HasLegacyComponents
Removes all legacy components added to this component.
removeComponent(Component) - Method in class com.vaadin.mpr.core.AbstractMprUIContent
 
removeListener(UIEvents.PollListener) - Method in class com.vaadin.mpr.core.AbstractMprUI.MprPollListener
 
replaceComponent(Component, Component) - Method in class com.vaadin.mpr.core.AbstractMprUIContent
 
restoreInstances(Map<Class<?>, CurrentInstance>) - Method in interface com.vaadin.mpr.core.LegacyCurrentInstance
Restores the given instances to the given values.

S

searchedForNavigator - Variable in class com.vaadin.mpr.core.AbstractMprUI
 
send(JsonObject) - Method in class com.vaadin.mpr.core.client.MprMessageSender
 
serveStaticResources(HttpServletRequest, HttpServletResponse) - Method in class com.vaadin.mpr.core.AbstractMprServlet
 
serviceInit(ServiceInitEvent) - Method in class com.vaadin.mpr.core.MprServiceInitListener
 
servletInitialized() - Method in class com.vaadin.mpr.core.AbstractMprServlet
 
setAppId(String) - Method in class com.vaadin.mpr.core.client.ComponentSettings
Set the Flow application id.
setConnection(ApplicationConnection) - Method in class com.vaadin.mpr.core.client.MprMessageSender
 
setContent(Component) - Method in class com.vaadin.mpr.core.AbstractMprUI
 
setFallbackTransport(Transport) - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
setLastHeartbeatTimestamp(long) - Method in class com.vaadin.mpr.core.AbstractMprUI
 
setNodeId(int) - Method in class com.vaadin.mpr.core.client.ComponentSettings
Set the node id of the wrapping node.
setParameter(BeforeEvent, String) - Method in class com.vaadin.mpr.core.AbstractMprRouteAdapter
 
setParameter(String, String) - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
setPollInterval(int) - Method in class com.vaadin.mpr.core.AbstractMprUI
 
setPushConfiguration(PushConfiguration) - Method in class com.vaadin.mpr.core.MprPushConfiguration
Set the Flow push configuration object to be used also for legacy Push settings.
setPushConnection(PushConnection) - Method in class com.vaadin.mpr.core.AbstractMprUI
 
setPushMode(PushMode) - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
setPushUrl(String) - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
setResponse(String) - Method in class com.vaadin.mpr.core.client.AbstractMprUIContentConnector
Handle the response message for this UI content that is received from Flow.
setTransport(Transport) - Method in class com.vaadin.mpr.core.MprPushConfiguration
 
setViewComponent(T) - Method in class com.vaadin.mpr.core.AbstractMprRouteAdapter
 
show() - Method in class com.vaadin.mpr.core.client.MprLoadingIndicator
 
SpringServletConfiguration - Class in com.vaadin.mpr.core
Spring Boot configuration file that will configure the MprServlet when running application using Spring Boot.
SpringServletConfiguration() - Constructor for class com.vaadin.mpr.core.SpringServletConfiguration
 
STATIC_PATH - Static variable in class com.vaadin.mpr.core.AbstractMprServlet
 
synchronizedHandleRequest(VaadinSession, VaadinRequest, VaadinResponse) - Method in class com.vaadin.mpr.core.MprUIInitHandler
 

T

THEME_KEY - Static variable in class com.vaadin.mpr.core.AbstractLegacyWrapper
 

U

unlock() - Method in class com.vaadin.mpr.core.MprSession
 
updateCaption(ComponentConnector) - Method in class com.vaadin.mpr.core.client.AbstractMprUIContentConnector
 

W

WIDGETSET_KEY - Static variable in class com.vaadin.mpr.core.AbstractLegacyWrapper
 
A C D F G H I L M N O P R S T U W 
Skip navigation links

Copyright © 2018–2020 Vaadin Ltd. All rights reserved.