Package org.patternfly.component.list
Class ActionList
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLElement,ActionList>
-
- org.patternfly.component.list.ActionList
-
- All Implemented Interfaces:
Container<HTMLElement,ActionList>,Finder<HTMLElement>,HasElement<HTMLElement,ActionList>,HasHTMLElement<HTMLElement,ActionList>,IsElement<HTMLElement>,TypedBuilder<HTMLElement,ActionList>,Component
public class ActionList extends BaseComponent<HTMLElement,ActionList>
An action list is a group of actions, controls, or buttons with set spacing.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActionListactionList()ActionListaddGroup(ActionListGroup group)ActionListaddItem(ActionListItem item)ActionListicons()ActionListthat()-
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
-
-
-
-
Method Detail
-
actionList
public static ActionList actionList()
-
addGroup
public ActionList addGroup(ActionListGroup group)
-
addItem
public ActionList addItem(ActionListItem item)
-
icons
public ActionList icons()
-
that
public ActionList that()
-
-