Package org.patternfly.component.list
Class SimpleListItem
java.lang.Object
org.patternfly.component.SubComponent<HTMLLIElement,SimpleListItem>
org.patternfly.component.list.SimpleListItem
- All Implemented Interfaces:
ElementAttributeMethods<HTMLLIElement,,SimpleListItem> ElementClassListMethods<HTMLLIElement,,SimpleListItem> ElementConsumerMethods<HTMLLIElement,,SimpleListItem> ElementContainerDelegate<HTMLLIElement,,SimpleListItem> ElementContainerMethods<HTMLLIElement,,SimpleListItem> ElementEventMethods<HTMLLIElement,,SimpleListItem> ElementIdMethods<HTMLLIElement,,SimpleListItem> ElementQueryMethods<HTMLLIElement>,ElementTextDelegate<HTMLLIElement,,SimpleListItem> ElementTextMethods<HTMLLIElement,,SimpleListItem> HTMLElementAttributeMethods<HTMLLIElement,,SimpleListItem> HTMLElementDataMethods<HTMLLIElement,,SimpleListItem> HTMLElementStyleMethods<HTMLLIElement,,SimpleListItem> HTMLElementVisibilityMethods<HTMLLIElement,,SimpleListItem> IsElement<HTMLLIElement>,TypedBuilder<HTMLLIElement,,SimpleListItem> HasIdentifier<HTMLLIElement,,SimpleListItem> org.patternfly.core.ComponentContext<HTMLLIElement,SimpleListItem>
public class SimpleListItem
extends SubComponent<HTMLLIElement,SimpleListItem>
implements org.patternfly.core.ComponentContext<HTMLLIElement,SimpleListItem>, ElementContainerDelegate<HTMLLIElement,SimpleListItem>, ElementTextDelegate<HTMLLIElement,SimpleListItem>, HasIdentifier<HTMLLIElement,SimpleListItem>
-
Method Summary
Modifier and TypeMethodDescription<T> TbooleanonClick(org.patternfly.handler.ComponentHandler<SimpleListItem> actionHandler) static SimpleListItemsimpleListItem(String identifier) static SimpleListItemsimpleListItem(String identifier, String text) static SimpleListItemsimpleListItem(String identifier, String text, String href) static SimpleListItemsimpleListItem(String identifier, String text, String href, String target) static <E extends HTMLElement>
SimpleListItemsimpleListItem(String identifier, HTMLContainerBuilder<E> builder) <T> SimpleListItemthat()Methods inherited from class org.patternfly.component.SubComponent
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.patternfly.core.ComponentContext
get, getMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerDelegate
add, add, addMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.ElementTextDelegate
text, textMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hidden
-
Method Details
-
simpleListItem
-
simpleListItem
-
simpleListItem
-
simpleListItem
public static SimpleListItem simpleListItem(String identifier, String text, String href, String target) -
simpleListItem
public static <E extends HTMLElement> SimpleListItem simpleListItem(String identifier, HTMLContainerBuilder<E> builder) -
containerDelegate
- Specified by:
containerDelegatein interfaceElementContainerDelegate<HTMLLIElement,SimpleListItem>
-
textDelegate
- Specified by:
textDelegatein interfaceElementTextDelegate<HTMLLIElement,SimpleListItem>
-
href
-
target
-
store
- Specified by:
storein interfaceorg.patternfly.core.ComponentContext<HTMLLIElement,SimpleListItem>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLLIElement,SimpleListItem>
-
onClick
public SimpleListItem onClick(org.patternfly.handler.ComponentHandler<SimpleListItem> actionHandler) -
identifier
- Specified by:
identifierin interfaceHasIdentifier<HTMLLIElement,SimpleListItem>
-
has
- Specified by:
hasin interfaceorg.patternfly.core.ComponentContext<HTMLLIElement,SimpleListItem>
-
get
- Specified by:
getin interfaceorg.patternfly.core.ComponentContext<HTMLLIElement,SimpleListItem>
-