Uses of Class
org.patternfly.component.jumplinks.JumpLinksList
Packages that use JumpLinksList
-
Uses of JumpLinksList in org.patternfly.component.jumplinks
Methods in org.patternfly.component.jumplinks that return JumpLinksListModifier and TypeMethodDescriptionJumpLinksList.add(JumpLinksItem item) static JumpLinksListJumpLinksList.jumpLinksList()JumpLinksList.onAdd(BiConsumer<JumpLinksList, JumpLinksItem> onAdd) JumpLinksList.onRemove(BiConsumer<JumpLinksList, JumpLinksItem> onRemove) JumpLinksList.that()Methods in org.patternfly.component.jumplinks with parameters of type JumpLinksListModifier and TypeMethodDescriptionJumpLinksItem.add(JumpLinksList list) JumpLinksItem.addList(JumpLinksList list) Method parameters in org.patternfly.component.jumplinks with type arguments of type JumpLinksListModifier and TypeMethodDescriptionJumpLinksList.onAdd(BiConsumer<JumpLinksList, JumpLinksItem> onAdd) JumpLinksList.onRemove(BiConsumer<JumpLinksList, JumpLinksItem> onRemove)