Uses of Class
org.patternfly.component.jumplinks.JumpLinksItem
-
Packages that use JumpLinksItem Package Description org.patternfly.component.jumplinks -
-
Uses of JumpLinksItem in org.patternfly.component.jumplinks
Methods in org.patternfly.component.jumplinks that return JumpLinksItem Modifier and Type Method Description JumpLinksItemJumpLinksItem. active()JumpLinksItemJumpLinksItem. active(boolean active)JumpLinksItemJumpLinksItem. add(JumpLinksList list)JumpLinksItemJumpLinksItem. addList(JumpLinksList list)JumpLinksItemJumpLinksItem. href(String href)static JumpLinksItemJumpLinksItem. jumpLinksItem(String id, String text)static JumpLinksItemJumpLinksItem. jumpLinksItem(String id, String text, String href)static JumpLinksItemJumpLinksItem. jumpLinksItem(String id, String text, String href, String target)JumpLinksItemJumpLinksItem. onClick(ComponentHandler<JumpLinksItem> actionHandler)JumpLinksItemJumpLinksItem. target(String target)JumpLinksItemJumpLinksItem. text(String text)JumpLinksItemJumpLinksItem. that()Methods in org.patternfly.component.jumplinks with parameters of type JumpLinksItem Modifier and Type Method Description JumpLinksJumpLinks. add(JumpLinksItem item)JumpLinksListJumpLinksList. add(JumpLinksItem item)JumpLinksJumpLinks. addItem(JumpLinksItem item)JumpLinksListJumpLinksList. addItem(JumpLinksItem item)voidJumpLinks. select(JumpLinksItem item)voidJumpLinks. select(JumpLinksItem item, boolean fireEvent)voidJumpLinks. select(JumpLinksItem item, boolean selected, boolean fireEvent)Method parameters in org.patternfly.component.jumplinks with type arguments of type JumpLinksItem Modifier and Type Method Description <T> JumpLinksJumpLinks. addItems(Iterable<T> items, Function<T,JumpLinksItem> display)<T> JumpLinksListJumpLinksList. addItems(Iterable<T> items, Function<T,JumpLinksItem> display)JumpLinksItemJumpLinksItem. onClick(ComponentHandler<JumpLinksItem> actionHandler)JumpLinksJumpLinks. onSelect(SelectHandler<JumpLinksItem> selectHandler)
-