| Package | Description |
|---|---|
| com.vaadin.flow.router | |
| com.vaadin.flow.router.internal |
| Modifier and Type | Method and Description |
|---|---|
static RouteParameterFormatOption |
RouteParameterFormatOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RouteParameterFormatOption[] |
RouteParameterFormatOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ConfiguredRoutes.getTemplate(Class<? extends Component> navigationTarget,
Set<RouteParameterFormatOption> format)
Get the route template String for the given navigation target class and
using the specified parameters format.
|
Copyright © 2025. All rights reserved.