Package | Description |
---|---|
com.vaadin.flow.router |
Modifier and Type | Method and Description |
---|---|
NavigationStateBuilder |
NavigationStateBuilder.withPath(String path)
Assign the path that was used for determining the navigation target.
|
NavigationStateBuilder |
NavigationStateBuilder.withTarget(Class<? extends Component> navigationTarget)
Assigns the given navigation target to the navigation state being built.
|
NavigationStateBuilder |
NavigationStateBuilder.withTarget(Class<? extends Component> navigationTarget,
List<String> urlParameters)
Assigns the given navigation target with the given url parameter to the
navigation state being built.
|
Copyright © 2018. All rights reserved.