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.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ActionList
add
(ActionListItem item) addGroup
(ActionListGroup group) void
clear()
icons()
boolean
isEmpty()
iterator()
int
size()
that()
Methods inherited from class org.patternfly.component.BaseComponent
componentType, 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
-
actionList
-
addGroup
-
add
- Specified by:
add
in interfaceHasItems<HTMLElement,
ActionList, ActionListItem>
-
icons
-
that
- Specified by:
that
in interfaceTypedBuilder<HTMLElement,
ActionList>
-
iterator
- Specified by:
iterator
in interfaceIterable<ActionListItem>
-
size
public int size()- Specified by:
size
in interfaceHasItems<HTMLElement,
ActionList, ActionListItem>
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceHasItems<HTMLElement,
ActionList, ActionListItem>
-
clear
public void clear()- Specified by:
clear
in interfaceHasItems<HTMLElement,
ActionList, ActionListItem>
-