public abstract class AbstractMprUIProvider
extends com.vaadin.server.UIProvider
AbstractMprUI instances in the application. It uses the
ui request parameter as the key to store UI instances in the session,
so it can be accessed by Flow.| Constructor and Description |
|---|
AbstractMprUIProvider() |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.ui.UI |
createInstance(com.vaadin.server.UICreateEvent event) |
static AbstractMprUI |
getLegacyUI(com.vaadin.flow.component.UI flowUi)
Get the legacy Vaadin UI instance that should be used if annotation
exists.
|
protected AbstractMprUI |
getMprUI(com.vaadin.flow.component.UI flowUi) |
Class<? extends com.vaadin.ui.UI> |
getUIClass(com.vaadin.server.UIClassSelectionEvent event) |
public com.vaadin.ui.UI createInstance(com.vaadin.server.UICreateEvent event)
createInstance in class com.vaadin.server.UIProviderpublic Class<? extends com.vaadin.ui.UI> getUIClass(com.vaadin.server.UIClassSelectionEvent event)
getUIClass in class com.vaadin.server.UIProviderprotected AbstractMprUI getMprUI(com.vaadin.flow.component.UI flowUi)
public static AbstractMprUI getLegacyUI(com.vaadin.flow.component.UI flowUi)
flowUi - Current Flow UI or null if none existsCopyright © 2018–2023 Vaadin Ltd. All rights reserved.