Versions Compared

Key

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

You have to register all views of an application in the navigator. The navigator is a virtual UI component (Virtual Component), which is part of the MainUI by default and

...

You can configure the navigator like a UI component in the Properties.

  • Target - Here you can select the UI component in which the views are displayed. By default, the MainUI is set, but it is also possible to select a different UI component such as a layout, a panel or a SplitPanel.
  • Views - List of registered views.
  • LoginViewName - Here, the LoginView can be specified. You can only choose from views that are registered under Views. This value can only be set for XdevAuthenticationNavigator and XdevAuthorizationNavigator.
  • RedirectViewName - Here you can specify a view that opens at successful login. This value can only be set under XdevAuthenticationNavigator and XdevAuthorizationNavigator.
  • PermissionDeniedViewName - Here you can specify a view that is loaded when the current user rights do not allow navigation to a view. This value can only be set under XdevAuthorizationNavigator.

...