Class Breadcrumb
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,Breadcrumb>
-
- org.patternfly.component.breadcrumb.Breadcrumb
-
- All Implemented Interfaces:
Container<HTMLElement,Breadcrumb>,Finder<HTMLElement>,HasElement<HTMLElement,Breadcrumb>,HasHTMLElement<HTMLElement,Breadcrumb>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,Breadcrumb>,Component
public class Breadcrumb extends BaseComponent<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 Breadcrumbadd()BreadcrumbaddFoo()BreadcrumbariaLabel(String label)static Breadcrumbbreadcrumb()voiddoSomething()Stringgetter()BreadcrumbmethodsReturningAReferenceToItself()BreadcrumbonFoo(ComponentHandler<Breadcrumb> handler)Breadcrumbthat()-
Methods inherited from class org.patternfly.component.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
-
-
-
-
Method Detail
-
breadcrumb
public static Breadcrumb breadcrumb()
-
addFoo
public Breadcrumb addFoo()
-
add
public Breadcrumb add()
-
methodsReturningAReferenceToItself
public Breadcrumb methodsReturningAReferenceToItself()
-
that
public Breadcrumb that()
-
ariaLabel
public Breadcrumb ariaLabel(String label)
-
onFoo
public Breadcrumb onFoo(ComponentHandler<Breadcrumb> handler)
-
doSomething
public void doSomething()
-
getter
public String getter()
-
-