Package org.patternfly.component.list
Class SimpleListGroup
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.list.SimpleListGroup
-
- All Implemented Interfaces:
Container<HTMLElement,SimpleListGroup>,Finder<HTMLElement>,HasElement<HTMLElement,SimpleListGroup>,HasHTMLElement<HTMLElement,SimpleListGroup>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,SimpleListGroup>,WithText<HTMLElement,SimpleListGroup>,ElementDelegate<HTMLElement,SimpleListGroup>
public class SimpleListGroup extends SubComponent<E,B> implements WithText<HTMLElement,SimpleListGroup>, ElementDelegate<HTMLElement,SimpleListGroup>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleListGroupadd(SimpleListItem item)SimpleListGroupaddItem(SimpleListItem item)<T> SimpleListGroupaddItems(Iterable<T> items, Function<T,SimpleListItem> display)HTMLElementdelegate()static SimpleListGroupsimpleListGroup(String text)SimpleListGrouptext(String text)SimpleListGroupthat()-
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, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.patternfly.core.ElementDelegate
add, add, innerHtml, textContent, textNode
-
Methods inherited from interface org.jboss.elemento.HasElement
apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, on, run, toggle, toggle, toggle, uniqueId
-
-
-
-
Method Detail
-
simpleListGroup
public static SimpleListGroup simpleListGroup(String text)
-
delegate
public HTMLElement delegate()
- Specified by:
delegatein interfaceElementDelegate<HTMLElement,SimpleListGroup>
-
addItems
public <T> SimpleListGroup addItems(Iterable<T> items, Function<T,SimpleListItem> display)
-
addItem
public SimpleListGroup addItem(SimpleListItem item)
-
add
public SimpleListGroup add(SimpleListItem item)
-
text
public SimpleListGroup text(String text)
- Specified by:
textin interfaceWithText<HTMLElement,SimpleListGroup>
-
that
public SimpleListGroup that()
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,SimpleListGroup>
-
-