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<ActionListGroup>,ElementAttributeMethods<HTMLElement,,ActionList> ElementClassListMethods<HTMLElement,,ActionList> ElementConsumerMethods<HTMLElement,,ActionList> ElementContainerMethods<HTMLElement,,ActionList> ElementEventMethods<HTMLElement,,ActionList> ElementIdMethods<HTMLElement,,ActionList> ElementQueryMethods<HTMLElement>,HTMLElementAttributeMethods<HTMLElement,,ActionList> HTMLElementDataMethods<HTMLElement,,ActionList> HTMLElementStyleMethods<HTMLElement,,ActionList> HTMLElementVisibilityMethods<HTMLElement,,ActionList> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,ActionList> Component,HasItems<HTMLElement,ActionList, ActionListGroup>
public class ActionList
extends BaseComponent<HTMLElement,ActionList>
implements HasItems<HTMLElement,ActionList,ActionListGroup>
An action list is a group of actions, controls, or buttons with set spacing.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionListadd(ActionListGroup item) voidclear()booleanicons()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.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.ElementContainerMethods
add, add, add, 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.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
hiddenMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
actionList
-
add
- Specified by:
addin interfaceHasItems<HTMLElement,ActionList, ActionListGroup>
-
icons
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,ActionList>
-
iterator
- Specified by:
iteratorin interfaceIterable<ActionListGroup>
-
size
public int size()- Specified by:
sizein interfaceHasItems<HTMLElement,ActionList, ActionListGroup>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceHasItems<HTMLElement,ActionList, ActionListGroup>
-
contains
- Specified by:
containsin interfaceHasItems<HTMLElement,ActionList, ActionListGroup>
-
item
- Specified by:
itemin interfaceHasItems<HTMLElement,ActionList, ActionListGroup>
-
clear
public void clear()- Specified by:
clearin interfaceHasItems<HTMLElement,ActionList, ActionListGroup>
-