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>,ElementAttributeMethods<HTMLDivElement,,ActionListGroup> ElementClassListMethods<HTMLDivElement,,ActionListGroup> ElementConsumerMethods<HTMLDivElement,,ActionListGroup> ElementContainerMethods<HTMLDivElement,,ActionListGroup> ElementEventMethods<HTMLDivElement,,ActionListGroup> ElementIdMethods<HTMLDivElement,,ActionListGroup> ElementQueryMethods<HTMLDivElement>,HTMLElementAttributeMethods<HTMLDivElement,,ActionListGroup> HTMLElementDataMethods<HTMLDivElement,,ActionListGroup> HTMLElementStyleMethods<HTMLDivElement,,ActionListGroup> HTMLElementVisibilityMethods<HTMLDivElement,,ActionListGroup> IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,,ActionListGroup> HasIdentifier<HTMLDivElement,,ActionListGroup> HasItems<HTMLDivElement,,ActionListGroup, ActionListItem> org.patternfly.core.ComponentContext<HTMLDivElement,ActionListGroup>
public class ActionListGroup
extends SubComponent<HTMLDivElement,ActionListGroup>
implements org.patternfly.core.ComponentContext<HTMLDivElement,ActionListGroup>, HasIdentifier<HTMLDivElement,ActionListGroup>, HasItems<HTMLDivElement,ActionListGroup,ActionListItem>
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionListGroupstatic ActionListGroupactionListGroup(String identifier) add(ActionListItem item) voidclear()boolean<T> Tbooleanicons()booleanisEmpty()iterator()intsize()<T> ActionListGroupthat()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.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
-
actionListGroup
-
actionListGroup
-
icons
-
store
- Specified by:
storein interfaceorg.patternfly.core.ComponentContext<HTMLDivElement,ActionListGroup>
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,ActionListGroup>
-
add
- Specified by:
addin interfaceHasItems<HTMLDivElement,ActionListGroup, ActionListItem>
-
identifier
- Specified by:
identifierin interfaceHasIdentifier<HTMLDivElement,ActionListGroup>
-
has
- Specified by:
hasin interfaceorg.patternfly.core.ComponentContext<HTMLDivElement,ActionListGroup>
-
get
- Specified by:
getin interfaceorg.patternfly.core.ComponentContext<HTMLDivElement,ActionListGroup>
-
iterator
- Specified by:
iteratorin interfaceIterable<ActionListItem>
-
size
public int size()- Specified by:
sizein interfaceHasItems<HTMLDivElement,ActionListGroup, ActionListItem>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceHasItems<HTMLDivElement,ActionListGroup, ActionListItem>
-
contains
- Specified by:
containsin interfaceHasItems<HTMLDivElement,ActionListGroup, ActionListItem>
-
item
- Specified by:
itemin interfaceHasItems<HTMLDivElement,ActionListGroup, ActionListItem>
-
clear
public void clear()- Specified by:
clearin interfaceHasItems<HTMLDivElement,ActionListGroup, ActionListItem>
-