Class BreadcrumbItem
java.lang.Object
org.patternfly.component.SubComponent<HTMLLIElement, BreadcrumbItem>
org.patternfly.component.breadcrumb.BreadcrumbItem
- All Implemented Interfaces:
ElementAttributeMethods<HTMLLIElement, BreadcrumbItem>, ElementClassListMethods<HTMLLIElement, BreadcrumbItem>, ElementConsumerMethods<HTMLLIElement, BreadcrumbItem>, ElementContainerMethods<HTMLLIElement, BreadcrumbItem>, ElementEventMethods<HTMLLIElement, BreadcrumbItem>, ElementIdMethods<HTMLLIElement, BreadcrumbItem>, ElementQueryMethods<HTMLLIElement>, ElementTextDelegate<HTMLLIElement, BreadcrumbItem>, ElementTextMethods<HTMLLIElement, BreadcrumbItem>, HTMLElementAttributeMethods<HTMLLIElement, BreadcrumbItem>, HTMLElementDataMethods<HTMLLIElement, BreadcrumbItem>, HTMLElementStyleMethods<HTMLLIElement, BreadcrumbItem>, HTMLElementVisibilityMethods<HTMLLIElement, BreadcrumbItem>, IsElement<HTMLLIElement>, TypedBuilder<HTMLLIElement, BreadcrumbItem>, HasIdentifier<HTMLLIElement, BreadcrumbItem>, ComponentContext<HTMLLIElement, BreadcrumbItem>
public class BreadcrumbItem
extends SubComponent<HTMLLIElement, BreadcrumbItem>
implements ComponentContext<HTMLLIElement, BreadcrumbItem>, ElementTextDelegate<HTMLLIElement, BreadcrumbItem>, HasIdentifier<HTMLLIElement, BreadcrumbItem>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionactive()active(boolean active) static BreadcrumbItembreadcrumbItem(String identifier, String text) static BreadcrumbItembreadcrumbItem(String identifier, String text, String href) static BreadcrumbItembreadcrumbItem(String identifier, String text, String href, String target) <T> TbooleanRetrieves the identifier associated with this component.onClick(ComponentHandler<BreadcrumbItem> actionHandler) <T> BreadcrumbItemthat()Methods inherited from class SubComponent
element, registerSubComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComponentContext
get, getMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface ElementTextDelegate
text, textMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hidden
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
breadcrumbItem
-
breadcrumbItem
-
breadcrumbItem
public static BreadcrumbItem breadcrumbItem(String identifier, String text, String href, String target) -
textDelegate
- Specified by:
textDelegatein interfaceElementTextDelegate<HTMLLIElement, BreadcrumbItem>
-
active
-
active
-
href
-
target
-
store
- Specified by:
storein interfaceComponentContext<HTMLLIElement, BreadcrumbItem>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLLIElement, BreadcrumbItem>
-
onClick
-
identifier
Description copied from interface:HasIdentifierRetrieves the identifier associated with this component.- Specified by:
identifierin interfaceHasIdentifier<HTMLLIElement, BreadcrumbItem>- Returns:
- the identifier of the component
-
has
- Specified by:
hasin interfaceComponentContext<HTMLLIElement, BreadcrumbItem>
-
get
- Specified by:
getin interfaceComponentContext<HTMLLIElement, BreadcrumbItem>
-