Package org.patternfly.components
Class Breadcrumb
- java.lang.Object
-
- org.patternfly.components.BaseComponent<elemental2.dom.HTMLElement,Breadcrumb>
-
- org.patternfly.components.Breadcrumb
-
- All Implemented Interfaces:
Container<elemental2.dom.HTMLElement,Breadcrumb>,Finder<elemental2.dom.HTMLElement>,HasElement<elemental2.dom.HTMLElement,Breadcrumb>,HasHTMLElement<elemental2.dom.HTMLElement,Breadcrumb>,IsElement<elemental2.dom.HTMLElement>,TypedBuilder<elemental2.dom.HTMLElement,Breadcrumb>,Component
public class Breadcrumb extends BaseComponent<elemental2.dom.HTMLElement,Breadcrumb>
A breadcrumb provides page context to help users navigate more efficiently and understand where they are in the application hierarchy.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Breadcrumbbreadcrumb()Factory method to create a new instance of this component.Breadcrumbthat()-
Methods inherited from class org.patternfly.components.BaseComponent
componentType, element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
breadcrumb
public static Breadcrumb breadcrumb()
Factory method to create a new instance of this component.
-
that
public Breadcrumb that()
-
-