Uses of Class
org.patternfly.component.jumplinks.JumpLinksList
Packages that use JumpLinksList
-
Uses of JumpLinksList in org.patternfly.component.jumplinks
Subclasses with type arguments of type JumpLinksList in org.patternfly.component.jumplinksClasses in org.patternfly.component.jumplinks that implement interfaces with type arguments of type JumpLinksListMethods 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)