Class JumpLinksList
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.jumplinks.JumpLinksList
-
- All Implemented Interfaces:
Container<HTMLLIElement,JumpLinksList>,Finder<HTMLLIElement>,HasElement<HTMLLIElement,JumpLinksList>,HasHTMLElement<HTMLLIElement,JumpLinksList>,IsElement<HTMLLIElement>,TypedBuilder<HTMLLIElement,JumpLinksList>
public class JumpLinksList extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JumpLinksListadd(JumpLinksItem item)JumpLinksListaddItem(JumpLinksItem item)<T> JumpLinksListaddItems(Iterable<T> items, Function<T,JumpLinksItem> display)static JumpLinksListjumpLinksList()JumpLinksListthat()-
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
-
-
-
-
Method Detail
-
jumpLinksList
public static JumpLinksList jumpLinksList()
-
addItems
public <T> JumpLinksList addItems(Iterable<T> items, Function<T,JumpLinksItem> display)
-
addItem
public JumpLinksList addItem(JumpLinksItem item)
-
add
public JumpLinksList add(JumpLinksItem item)
-
that
public JumpLinksList that()
-
-