Uses of Class
org.patternfly.component.jumplinks.JumpLinks
Packages that use JumpLinks
-
Uses of JumpLinks in org.patternfly.component.jumplinks
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 JumpLinks
JumpLinks.jumpLinks()
static JumpLinks
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 JumpLinks