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 JumpLinksItem
JumpLinksItem.jumpLinksItem
(String identifier, String text) static JumpLinksItem
JumpLinksItem.jumpLinksItem
(String identifier, String text, String href) static JumpLinksItem
JumpLinksItem.jumpLinksItem
(String identifier, String text, String href, String target) JumpLinksItem.onClick
(ComponentHandler<JumpLinksItem> actionHandler) <T> JumpLinksItem
JumpLinksItem.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) void
JumpLinks.select
(JumpLinksItem item) void
JumpLinks.select
(JumpLinksItem item, boolean selected) void
JumpLinks.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)