NavigationStateManager |
An interface for handling interaction between Navigator and the
browser location URI or other similar view identification and bookmarking
system.
|
Navigator |
A navigator utility that allows switching of views in a part of an
application.
|
View |
Interface for all views controlled by the navigator.
|
ViewBeforeLeaveEvent |
Event sent to the View instance before navigating away from it.
|
ViewChangeListener |
Interface for listening to View changes before and after they occur.
|
ViewChangeListener.ViewChangeEvent |
Event received by the listener for attempted and executed view changes.
|
ViewDisplay |
Interface for displaying a view in an appropriate location.
|
ViewLeaveAction |
An action to execute when navigating away from a view.
|
ViewProvider |
A provider for view instances that can return pre-registered views or
dynamically create new views.
|