Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • manages all the registered views in a list
  • assigns each registered view a unique URI (Uniform Resource Identifier) with which you can directly open the view at runtime, through the search bar of your browser, provided the user has the required authorization
  • allows to open the view with the simple method Navigation.to()
  • adds already opened views to the browser history at runtime, and loads them automatically when the browser performs backward and forward actions
  • determines where on the interface the view shall be displayed, directly on the MainUI, in a layout or in a UI component

For authentication and authorization the XdevAuthenticationNavigator and XdevAuthorizationNavigator provide navigators with advanced features.

...