Uses of Class
org.patternfly.component.jumplinks.JumpLinks
Packages that use JumpLinks
-
Uses of JumpLinks in org.patternfly.component.jumplinks
Subclasses with type arguments of type JumpLinks in org.patternfly.component.jumplinksModifier and TypeClassDescriptionclassJump links allow users to navigate to sections within a page.Classes in org.patternfly.component.jumplinks that implement interfaces with type arguments of type JumpLinksModifier and TypeClassDescriptionclassJump links allow users to navigate to sections within a page.classJump links allow users to navigate to sections within a page.classJump links allow users to navigate to sections within a page.classJump links allow users to navigate to sections within a page.Methods in org.patternfly.component.jumplinks that return JumpLinksModifier and TypeMethodDescriptionJumpLinks.add(JumpLinksItem item) JumpLinks.ariaToggleLabel(String label) JumpLinks.expandable(Breakpoints<ExpandableModifier> expandable) When to collapse/expand at different breakpoints (Modifiers.Vertical.vertical()should be set to true for this to work).JumpLinks.expandable(ExpandableModifier expandable) Same asexpandable(breakpoints(default_, expandable))static JumpLinksJumpLinks.jumpLinks()static JumpLinksJumpLinks.onAdd(BiConsumer<JumpLinks, JumpLinksItem> onAdd) JumpLinks.onRemove(BiConsumer<JumpLinks, JumpLinksItem> onRemove) JumpLinks.onSelect(SelectHandler<JumpLinksItem> selectHandler) JumpLinks.onToggle(ToggleHandler<JumpLinks> toggleHandler) JumpLinks.scrollableSelector(HTMLElement element) JumpLinks.scrollableSelector(String selector) JumpLinks.scrollableSelector(Supplier<HTMLElement> element) JumpLinks.scrollableSelector(By selector) JumpLinks.that()JumpLinks.vertical(boolean vertical) Method parameters in org.patternfly.component.jumplinks with type arguments of type JumpLinksModifier and TypeMethodDescriptionJumpLinks.onAdd(BiConsumer<JumpLinks, JumpLinksItem> onAdd) JumpLinks.onRemove(BiConsumer<JumpLinks, JumpLinksItem> onRemove) JumpLinks.onToggle(ToggleHandler<JumpLinks> toggleHandler)