public class DefaultNavigationChangeEvent extends Object implements NavigationChangeListener.NavigationChangeEvent
NavigationChangeListener.NavigationChangeEvent implementation.| Constructor and Description |
|---|
DefaultNavigationChangeEvent(com.vaadin.flow.router.Location location,
com.vaadin.flow.component.HasElement navigationTarget)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.router.Location |
getLocation()
Get the navigation location.
|
com.vaadin.flow.component.HasElement |
getNavigationTarget()
Get the navigation target instance.
|
public DefaultNavigationChangeEvent(com.vaadin.flow.router.Location location,
com.vaadin.flow.component.HasElement navigationTarget)
location - The new navigation locationnavigationTarget - The new navigation target instancepublic com.vaadin.flow.router.Location getLocation()
NavigationChangeListener.NavigationChangeEventgetLocation in interface NavigationChangeListener.NavigationChangeEventpublic com.vaadin.flow.component.HasElement getNavigationTarget()
NavigationChangeListener.NavigationChangeEventgetNavigationTarget in interface NavigationChangeListener.NavigationChangeEventCopyright © 2020 The Holon Platform. All rights reserved.