Class Masthead

java.lang.Object
org.patternfly.component.BaseComponent<elemental2.dom.HTMLElement,Masthead>
org.patternfly.component.page.Masthead
All Implemented Interfaces:
Container<elemental2.dom.HTMLElement,Masthead>, Finder<elemental2.dom.HTMLElement>, HasElement<elemental2.dom.HTMLElement,Masthead>, HasHTMLElement<elemental2.dom.HTMLElement,Masthead>, IsElement<elemental2.dom.HTMLElement>, TypedBuilder<elemental2.dom.HTMLElement,Masthead>, Component

public class Masthead extends BaseComponent<elemental2.dom.HTMLElement,Masthead>
A masthead contains global properties such as logotype, navigation and settings in an organized fashion, and it is accessible from all parts of the application.

All pages should share a common masthead. Use Page.masthead() to get the masthead.

See Also: