Class JumpLinksItem
java.lang.Object
org.patternfly.component.SubComponent<HTMLLIElement, JumpLinksItem>
org.patternfly.component.jumplinks.JumpLinksItem
- All Implemented Interfaces:
ElementAttributeMethods<HTMLLIElement, JumpLinksItem>, ElementClassListMethods<HTMLLIElement, JumpLinksItem>, ElementConsumerMethods<HTMLLIElement, JumpLinksItem>, ElementContainerMethods<HTMLLIElement, JumpLinksItem>, ElementEventMethods<HTMLLIElement, JumpLinksItem>, ElementIdMethods<HTMLLIElement, JumpLinksItem>, ElementQueryMethods<HTMLLIElement>, ElementTextDelegate<HTMLLIElement, JumpLinksItem>, ElementTextMethods<HTMLLIElement, JumpLinksItem>, HTMLElementAttributeMethods<HTMLLIElement, JumpLinksItem>, HTMLElementDataMethods<HTMLLIElement, JumpLinksItem>, HTMLElementStyleMethods<HTMLLIElement, JumpLinksItem>, HTMLElementVisibilityMethods<HTMLLIElement, JumpLinksItem>, IsElement<HTMLLIElement>, TypedBuilder<HTMLLIElement, JumpLinksItem>, HasIdentifier<HTMLLIElement, JumpLinksItem>, ComponentContext<HTMLLIElement, JumpLinksItem>
public class JumpLinksItem
extends SubComponent<HTMLLIElement, JumpLinksItem>
implements ComponentContext<HTMLLIElement, JumpLinksItem>, ElementTextDelegate<HTMLLIElement, JumpLinksItem>, HasIdentifier<HTMLLIElement, JumpLinksItem>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionactive()active(boolean active) add(JumpLinksList list) addList(JumpLinksList list) <T> TbooleanRetrieves the identifier associated with this component.static JumpLinksItemjumpLinksItem(String identifier, String text) static JumpLinksItemjumpLinksItem(String identifier, String text, String href) static JumpLinksItemjumpLinksItem(String identifier, String text, String href, String target) onClick(ComponentHandler<JumpLinksItem> handler) <T> JumpLinksItemtext()that()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 HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hidden
-
Field Details
-
SUB_COMPONENT_NAME
- See Also:
-
-
Method Details
-
jumpLinksItem
-
jumpLinksItem
-
jumpLinksItem
public static JumpLinksItem jumpLinksItem(String identifier, String text, String href, String target) -
textDelegate
- Specified by:
textDelegatein interfaceElementTextDelegate<HTMLLIElement, JumpLinksItem>
-
addList
-
add
-
active
-
active
-
text
- Specified by:
textin interfaceElementTextDelegate<HTMLLIElement, JumpLinksItem>- Specified by:
textin interfaceElementTextMethods<HTMLLIElement, JumpLinksItem>
-
href
-
target
-
store
- Specified by:
storein interfaceComponentContext<HTMLLIElement, JumpLinksItem>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLLIElement, JumpLinksItem>
-
onClick
-
identifier
Description copied from interface:HasIdentifierRetrieves the identifier associated with this component.- Specified by:
identifierin interfaceHasIdentifier<HTMLLIElement, JumpLinksItem>- Returns:
- the identifier of the component
-
text
- Specified by:
textin interfaceElementTextDelegate<HTMLLIElement, JumpLinksItem>- Specified by:
textin interfaceElementTextMethods<HTMLLIElement, JumpLinksItem>
-
has
- Specified by:
hasin interfaceComponentContext<HTMLLIElement, JumpLinksItem>
-
get
- Specified by:
getin interfaceComponentContext<HTMLLIElement, JumpLinksItem>
-