Uses of Class
org.patternfly.component.jumplinks.JumpLinksList
-
Packages that use JumpLinksList Package Description org.patternfly.component.jumplinks -
-
Uses of JumpLinksList in org.patternfly.component.jumplinks
Methods in org.patternfly.component.jumplinks that return JumpLinksList Modifier and Type Method Description JumpLinksListJumpLinksList. add(JumpLinksItem item)JumpLinksListJumpLinksList. addItem(JumpLinksItem item)<T> JumpLinksListJumpLinksList. addItems(Iterable<T> items, Function<T,JumpLinksItem> display)static JumpLinksListJumpLinksList. jumpLinksList()JumpLinksListJumpLinksList. that()Methods in org.patternfly.component.jumplinks with parameters of type JumpLinksList Modifier and Type Method Description JumpLinksItemJumpLinksItem. add(JumpLinksList list)JumpLinksItemJumpLinksItem. addList(JumpLinksList list)
-