Package org.patternfly.component.list
Class ActionList
java.lang.Object
org.patternfly.component.BaseComponent<HTMLElement,ActionList>
org.patternfly.component.list.ActionList
- All Implemented Interfaces:
Iterable<ActionListItem>,Container<HTMLElement,,ActionList> Finder<HTMLElement>,HasElement<HTMLElement,,ActionList> HasHTMLElement<HTMLElement,,ActionList> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,ActionList> Component,HasItems<HTMLElement,ActionList, ActionListItem>
public class ActionList
extends BaseComponent<HTMLElement,ActionList>
implements HasItems<HTMLElement,ActionList,ActionListItem>
An action list is a group of actions, controls, or buttons with set spacing.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionListadd(ActionListItem item) addGroup(ActionListGroup group) voidclear()icons()booleanisEmpty()iterator()intsize()that()Methods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods 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, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
actionList
-
addGroup
-
add
- Specified by:
addin interfaceHasItems<HTMLElement,ActionList, ActionListItem>
-
icons
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,ActionList>
-
iterator
- Specified by:
iteratorin interfaceIterable<ActionListItem>
-
size
public int size()- Specified by:
sizein interfaceHasItems<HTMLElement,ActionList, ActionListItem>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceHasItems<HTMLElement,ActionList, ActionListItem>
-
clear
public void clear()- Specified by:
clearin interfaceHasItems<HTMLElement,ActionList, ActionListItem>
-