Class Navigation

java.lang.Object
org.patternfly.component.BaseComponent<elemental2.dom.HTMLElement,Navigation>
org.patternfly.component.navigation.Navigation
All Implemented Interfaces:
Iterable<NavigationItem>, Attachable, Container<elemental2.dom.HTMLElement,Navigation>, Finder<elemental2.dom.HTMLElement>, HasElement<elemental2.dom.HTMLElement,Navigation>, HasHTMLElement<elemental2.dom.HTMLElement,Navigation>, IsElement<elemental2.dom.HTMLElement>, TypedBuilder<elemental2.dom.HTMLElement,Navigation>, Component, HasItems<elemental2.dom.HTMLElement,Navigation,NavigationItem>

public class Navigation extends BaseComponent<elemental2.dom.HTMLElement,Navigation> implements HasItems<elemental2.dom.HTMLElement,Navigation,NavigationItem>, Attachable
A navigation organizes an application's structure and content, making it easy to find information and accomplish tasks. Navigation communicates relationships, context, and actions a user can take within an application.

See Also: