Package org.patternfly.component.list
Class ActionListGroup
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement,ActionListGroup>
org.patternfly.component.list.ActionListGroup
- All Implemented Interfaces:
Iterable<ActionListItem>
,Container<HTMLDivElement,
,ActionListGroup> Finder<HTMLDivElement>
,HasElement<HTMLDivElement,
,ActionListGroup> HasHTMLElement<HTMLDivElement,
,ActionListGroup> IsElement<HTMLDivElement>
,TypedBuilder<HTMLDivElement,
,ActionListGroup> HasItems<HTMLDivElement,
ActionListGroup, ActionListItem>
public class ActionListGroup
extends SubComponent<HTMLDivElement,ActionListGroup>
implements HasItems<HTMLDivElement,ActionListGroup,ActionListItem>
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionListGroup
add
(ActionListItem item) void
clear()
boolean
isEmpty()
iterator()
int
size()
that()
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, innerHtml, on, on, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
actionListGroup
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLDivElement,
ActionListGroup>
-
add
- Specified by:
add
in interfaceHasItems<HTMLDivElement,
ActionListGroup, ActionListItem>
-
iterator
- Specified by:
iterator
in interfaceIterable<ActionListItem>
-
size
public int size()- Specified by:
size
in interfaceHasItems<HTMLDivElement,
ActionListGroup, ActionListItem>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceHasItems<HTMLDivElement,
ActionListGroup, ActionListItem>
-
clear
public void clear()- Specified by:
clear
in interfaceHasItems<HTMLDivElement,
ActionListGroup, ActionListItem>
-