Class BreadcrumbItem
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.breadcrumb.BreadcrumbItem
-
- All Implemented Interfaces:
Container<HTMLLIElement,BreadcrumbItem>,Finder<HTMLLIElement>,HasElement<HTMLLIElement,BreadcrumbItem>,HasHTMLElement<HTMLLIElement,BreadcrumbItem>,IsElement<HTMLLIElement>,TypedBuilder<HTMLLIElement,BreadcrumbItem>,WithText<HTMLLIElement,BreadcrumbItem>
public class BreadcrumbItem extends SubComponent<E,B> implements WithText<HTMLLIElement,BreadcrumbItem>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BreadcrumbItemactive()BreadcrumbItemactive(boolean active)static BreadcrumbItembreadcrumbItem(String text)static BreadcrumbItembreadcrumbItem(String text, String href)static BreadcrumbItembreadcrumbItem(String text, String href, String target)BreadcrumbItemhref(String href)BreadcrumbItemonClick(ComponentHandler<BreadcrumbItem> actionHandler)BreadcrumbItemtarget(String target)Stringtext()BreadcrumbItemtext(String text)BreadcrumbItemthat()-
Methods inherited from class org.patternfly.component.SubComponent
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, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, innerHtml, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
-
-
-
Method Detail
-
breadcrumbItem
public static BreadcrumbItem breadcrumbItem(String text)
-
breadcrumbItem
public static BreadcrumbItem breadcrumbItem(String text, String href)
-
breadcrumbItem
public static BreadcrumbItem breadcrumbItem(String text, String href, String target)
-
active
public BreadcrumbItem active()
-
active
public BreadcrumbItem active(boolean active)
-
text
public BreadcrumbItem text(String text)
- Specified by:
textin interfaceWithText<HTMLLIElement,BreadcrumbItem>
-
href
public BreadcrumbItem href(String href)
-
target
public BreadcrumbItem target(String target)
-
that
public BreadcrumbItem that()
- Specified by:
thatin interfaceTypedBuilder<HTMLLIElement,BreadcrumbItem>
-
onClick
public BreadcrumbItem onClick(ComponentHandler<BreadcrumbItem> actionHandler)
-
text
public String text()
- Specified by:
textin interfaceWithText<HTMLLIElement,BreadcrumbItem>
-
-