Uses of Class
org.patternfly.component.jumplinks.JumpLinksItem
Packages that use JumpLinksItem
-
Uses of JumpLinksItem in org.patternfly.component.jumplinks
Methods in org.patternfly.component.jumplinks that return JumpLinksItemModifier and TypeMethodDescriptionJumpLinksItem.active()JumpLinksItem.active(boolean active) JumpLinksItem.add(JumpLinksList list) JumpLinksItem.addList(JumpLinksList list) static JumpLinksItemJumpLinksItem.jumpLinksItem(String identifier, String text) static JumpLinksItemJumpLinksItem.jumpLinksItem(String identifier, String text, String href) static JumpLinksItemJumpLinksItem.jumpLinksItem(String identifier, String text, String href, String target) JumpLinksItem.onClick(ComponentHandler<JumpLinksItem> actionHandler) <T> JumpLinksItemJumpLinksItem.that()Methods in org.patternfly.component.jumplinks that return types with arguments of type JumpLinksItemMethods in org.patternfly.component.jumplinks with parameters of type JumpLinksItemModifier and TypeMethodDescriptionJumpLinks.add(JumpLinksItem item) JumpLinksList.add(JumpLinksItem item) voidJumpLinks.select(JumpLinksItem item) voidJumpLinks.select(JumpLinksItem item, boolean selected) voidJumpLinks.select(JumpLinksItem item, boolean fireEvent, boolean selected) Method parameters in org.patternfly.component.jumplinks with type arguments of type JumpLinksItemModifier and TypeMethodDescriptionJumpLinksItem.onClick(ComponentHandler<JumpLinksItem> actionHandler) JumpLinks.onSelect(SelectHandler<JumpLinksItem> selectHandler)