Class JumpLinksList
java.lang.Object
org.patternfly.component.SubComponent<HTMLUListElement,JumpLinksList>
org.patternfly.component.jumplinks.JumpLinksList
- All Implemented Interfaces:
Iterable<JumpLinksItem>
,Container<HTMLUListElement,
,JumpLinksList> Finder<HTMLUListElement>
,HasElement<HTMLUListElement,
,JumpLinksList> HasHTMLElement<HTMLUListElement,
,JumpLinksList> IsElement<HTMLUListElement>
,TypedBuilder<HTMLUListElement,
,JumpLinksList> HasItems<HTMLUListElement,
JumpLinksList, JumpLinksItem>
public class JumpLinksList
extends SubComponent<HTMLUListElement,JumpLinksList>
implements HasItems<HTMLUListElement,JumpLinksList,JumpLinksItem>
-
Method Summary
Modifier and TypeMethodDescriptionadd
(JumpLinksItem item) void
clear()
boolean
isEmpty()
iterator()
static JumpLinksList
int
size()
that()
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, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
jumpLinksList
-
add
- Specified by:
add
in interfaceHasItems<HTMLUListElement,
JumpLinksList, JumpLinksItem>
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLUListElement,
JumpLinksList>
-
iterator
- Specified by:
iterator
in interfaceIterable<JumpLinksItem>
-
size
public int size()- Specified by:
size
in interfaceHasItems<HTMLUListElement,
JumpLinksList, JumpLinksItem>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceHasItems<HTMLUListElement,
JumpLinksList, JumpLinksItem>
-
clear
public void clear()- Specified by:
clear
in interfaceHasItems<HTMLUListElement,
JumpLinksList, JumpLinksItem>
-