<T,C extends Component & HasUrlParameter<T>> void |
BeforeEvent.forwardTo(Class<? extends C> forwardTargetComponent,
List<T> routeParameters) |
Forward the navigation to show the given component with given route
parameters instead of the component that is currently about to be
displayed.
|
<T,C extends Component & HasUrlParameter<T>> void |
BeforeEvent.forwardTo(Class<? extends C> forwardTargetComponent,
T routeParameter) |
Forward the navigation to show the given component with given route
parameter instead of the component that is currently about to be
displayed.
|
<T,C extends Component & HasUrlParameter<T>> void |
BeforeEvent.forwardTo(Class<? extends C> forwardTargetComponent,
T routeParameter,
QueryParameters queryParameters) |
Forward the navigation to show the given component with given route
parameter and query parameters instead of the component that is currently
about to be displayed.
|
<T,C extends Component & HasUrlParameter<T>> String |
RouteConfiguration.getUrl(Class<? extends C> navigationTarget,
List<T> parameters) |
Get the url string for given navigation target with the parameters in the
url.
|
<T,C extends Component & HasUrlParameter<T>> String |
RouteConfiguration.getUrl(Class<? extends C> navigationTarget,
T parameter) |
Get the url string for given navigation target with the parameter in the
url.
|
<T,C extends Component & HasUrlParameter<T>> void |
BeforeEvent.rerouteTo(Class<? extends C> routeTargetType,
List<T> routeParameters) |
Reroutes the navigation to show the given component with given route
parameters instead of the component that is currently about to be
displayed.
|
<T,C extends Component & HasUrlParameter<T>> void |
BeforeEvent.rerouteTo(Class<? extends C> routeTargetType,
T routeParameter) |
Reroutes the navigation to show the given component with given route
parameter instead of the component that is currently about to be
displayed.
|
<T,C extends Component & HasUrlParameter<T>> void |
BeforeEvent.rerouteTo(Class<? extends C> routeTargetType,
T routeParameter,
QueryParameters queryParameters) |
Reroutes the navigation to show the given component with given route
parameter and query parameters instead of the component that is currently
about to be displayed.
|
<T,C extends Component & HasUrlParameter<T>> void |
RouterLink.setRoute(Router router,
Class<? extends C> navigationTarget,
T parameter) |
Set the navigation target for this link.
|
<T,C extends Component & HasUrlParameter<T>> void |
RouterLink.setRoute(Class<? extends C> navigationTarget,
T parameter) |
Set the navigation target for this link.
|