public interface NavigationManager
Navigation manager interface for getting the navigation target after the given action has been performed.
Modifier and Type | Method and Description |
---|---|
NavigationAction |
navigate(NavigationAction navigationAction)
Get next
NavigationAction which should follow after the current navigationAction |
NavigationAction navigate(NavigationAction navigationAction)
Get next NavigationAction
which should follow after the current navigationAction
navigationAction
- action on which next NavigationAction
is based. Context contains Action
to be processed.NavigationAction
to the next navigation item. Action context contains ViewName
names, which points to the viewIllegalArgumentException
- in the case when navigation is not definedCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.