Package-level declarations
Contains classes for building navigable panels.
Types
Represents a breadcrumb. Part of NavigationBarViewModel, so that the navigation bar can show a breadcrumb for each panel that the end-user can navigate to.
An interface for view models which provides panel navigation data.
View model for a navigation bar, such as TtNavigationBar. The navigation bar allows the end-user to navigate between different panels.
Inherited functions
Adapter to set a NavigationBarViewModel for a TtNavigationBar.
Converts LiveData of NavigationBarViewModel to the same type and content, except that NavigationBarViewModel.showBackButton is set to true.
Converts LiveData of NavigationBarViewModel to the same type and content, except that NavigationBarViewModel.showBackButton is set to false.
Converts LiveData of NavigationBarViewModel to the same type and content, except that NavigationBarViewModel.breadcrumbs is set to an empty list.
Converts LiveData of NavigationBarViewModel to the same type and content, except that NavigationBarViewModel.title is set to null.