Interface and Description |
---|
com.vaadin.flow.server.FallibleCommand
this command is an internal command and is not supposed to be
used in application code
|
com.vaadin.flow.component.page.Page.ExecutionCanceler
superseded by
PendingJavaScriptResult |
Class and Description |
---|
com.vaadin.flow.component.internal.HtmlDependencyParser
Due for removal because of additional cache layer
|
com.vaadin.flow.router.internal.RouterUtil
This is an internal class for Flow and should not be used outside.
This is deprecated since 1.3 and will be removed in later versions of Flow.
|
com.vaadin.flow.server.ServletHelper
Use
HandlerHelper instead |
Annotation Type and Description |
---|
com.vaadin.flow.server.VaadinServletConfiguration
Leftover from Vaadin Framework 8 where the developer typically
defines their own servlet class. Starting from Flow 1.0, a
servlet is automatically registered and this annotation serves
very little purpose.
|
Constructor and Description |
---|
com.vaadin.flow.router.BeforeEnterEvent(NavigationEvent, Class<?>) |
com.vaadin.flow.router.BeforeEnterEvent(Router, NavigationTrigger, Location, Class<?>, UI) |
com.vaadin.flow.router.BeforeEvent(NavigationEvent, Class<?>) |
com.vaadin.flow.router.BeforeEvent(Router, NavigationTrigger, Location, Class<?>, UI) |
com.vaadin.flow.router.BeforeLeaveEvent(NavigationEvent, Class<?>) |
com.vaadin.flow.router.BeforeLeaveEvent(Router, NavigationTrigger, Location, Class<?>, UI) |
com.vaadin.flow.dom.Element(String, boolean)
The
autoCreate parameter no longer has any effect.
Use Element.Element(String) instead. |
com.vaadin.flow.internal.ResponseWriter() |
com.vaadin.flow.internal.ResponseWriter(int)
This constructor is never used internally and might be
removed.
|
Enum Constant and Description |
---|
com.vaadin.flow.component.KeyLocation.RIGTH |
Annotation Type Element and Description |
---|
com.vaadin.flow.component.dependency.JsModule.loadMode
LoadMode does not function with JavaScript modules.
If the module is local, it is included into the frontend
resource bundle. If the module is external, it is loaded as
deferred due to type=module in scrip tag. |
Copyright © 2000–2020 Vaadin Ltd. All rights reserved.