Uses of Class
org.patternfly.component.navigation.Navigation
-
Packages that use Navigation Package Description org.patternfly.component org.patternfly.component.navigation org.patternfly.component.page -
-
Uses of Navigation in org.patternfly.component
Methods in org.patternfly.component that return Navigation Modifier and Type Method Description NavigationOldPageHeader. getNavigation()Deprecated.NavigationOldPageSidebar. getNavigation()Deprecated.Methods in org.patternfly.component with parameters of type Navigation Modifier and Type Method Description OldPageHeaderOldPageHeader. add(Navigation navigation)Deprecated.Adds the given navigation and removes the previous one (if any).OldPageSidebarOldPageSidebar. add(Navigation navigation)Deprecated.Adds the navigation to the sidebar's body and removes the previous one (if any). -
Uses of Navigation in org.patternfly.component.navigation
Methods in org.patternfly.component.navigation that return Navigation Modifier and Type Method Description NavigationNavigation. addDivider()NavigationNavigation. addGroup(ExpandableNavigationGroup group)NavigationNavigation. addGroup(NavigationGroup group)NavigationNavigation. addItem(NavigationItem item)<T> NavigationNavigation. addItems(Iterable<T> items, Function<T,NavigationItem> display)static NavigationNavigation. navigation(NavigationType type)NavigationNavigation. onSelect(SelectHandler<NavigationItem> onSelect)NavigationNavigation. onToggle(ToggleHandler<ExpandableNavigationGroup> onToggle)NavigationNavigation. that() -
Uses of Navigation in org.patternfly.component.page
Methods in org.patternfly.component.page with parameters of type Navigation Modifier and Type Method Description PageSidebarBodyPageSidebarBody. addNavigation(Navigation navigation)Adds aNavigationto this component.
-