Class JumpLinksItem
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.jumplinks.JumpLinksItem
-
- All Implemented Interfaces:
Container<HTMLLIElement,JumpLinksItem>,Finder<HTMLLIElement>,HasElement<HTMLLIElement,JumpLinksItem>,HasHTMLElement<HTMLLIElement,JumpLinksItem>,IsElement<HTMLLIElement>,TypedBuilder<HTMLLIElement,JumpLinksItem>,WithText<HTMLLIElement,JumpLinksItem>
public class JumpLinksItem extends SubComponent<E,B> implements WithText<HTMLLIElement,JumpLinksItem>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description JumpLinksItemactive()JumpLinksItemactive(boolean active)JumpLinksItemadd(JumpLinksList list)JumpLinksItemaddList(JumpLinksList list)JumpLinksItemhref(String href)static JumpLinksItemjumpLinksItem(String id, String text)static JumpLinksItemjumpLinksItem(String id, String text, String href)static JumpLinksItemjumpLinksItem(String id, String text, String href, String target)JumpLinksItemonClick(ComponentHandler<JumpLinksItem> actionHandler)JumpLinksItemtarget(String target)JumpLinksItemtext(String text)JumpLinksItemthat()-
Methods inherited from class org.patternfly.component.SubComponent
element
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, innerHtml, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
-
-
-
Field Detail
-
id
public final String id
-
-
Method Detail
-
jumpLinksItem
public static JumpLinksItem jumpLinksItem(String id, String text)
-
jumpLinksItem
public static JumpLinksItem jumpLinksItem(String id, String text, String href)
-
jumpLinksItem
public static JumpLinksItem jumpLinksItem(String id, String text, String href, String target)
-
addList
public JumpLinksItem addList(JumpLinksList list)
-
add
public JumpLinksItem add(JumpLinksList list)
-
active
public JumpLinksItem active()
-
active
public JumpLinksItem active(boolean active)
-
text
public JumpLinksItem text(String text)
- Specified by:
textin interfaceWithText<HTMLLIElement,JumpLinksItem>
-
href
public JumpLinksItem href(String href)
-
target
public JumpLinksItem target(String target)
-
that
public JumpLinksItem that()
- Specified by:
thatin interfaceTypedBuilder<HTMLLIElement,JumpLinksItem>
-
onClick
public JumpLinksItem onClick(ComponentHandler<JumpLinksItem> actionHandler)
-
-