We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.router.internal.
Package com.vaadin.flow.router.internal
Class ClientTarget
java.lang.Object
com.vaadin.flow.router.internal.RouteTarget
com.vaadin.flow.router.internal.ClientTarget
All Implemented Interfaces:
Client route target stores the target template.
For internal use only. May be renamed or removed in a future release.
Since:
24.5
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClientTarget
(String template) Create a new Client route target holder with the given route template.
-
Method Summary
Methods inherited from class com.vaadin.flow.router.internal.RouteTarget
containsTarget, getParentLayouts, getTarget
-
Constructor Details
-
ClientTarget
Create a new Client route target holder with the given route template.
Parameters:
template
- route template
-