- 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
-
- 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
-
- 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.