Uses of Class
com.vaadin.mpr.core.AbstractMprUI
-
Packages that use AbstractMprUI Package Description com.vaadin.mpr.core -
-
Uses of AbstractMprUI in com.vaadin.mpr.core
Methods in com.vaadin.mpr.core that return AbstractMprUI Modifier and Type Method Description static AbstractMprUIAbstractMprUIProvider. getLegacyUI(com.vaadin.flow.component.UI flowUi)Get the legacy Vaadin UI instance that should be used if annotation exists.protected AbstractMprUIAbstractMprUIProvider. getMprUI(com.vaadin.flow.component.UI flowUi)Methods in com.vaadin.mpr.core that return types with arguments of type AbstractMprUI Modifier and Type Method Description Class<? extends AbstractMprUI>value()Legacy UI to use for this application.
-