Package org.patternfly.component.alert
Class AlertActionGroup
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.alert.AlertActionGroup
-
- All Implemented Interfaces:
Container<HTMLDivElement,AlertActionGroup>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,AlertActionGroup>,HasHTMLElement<HTMLDivElement,AlertActionGroup>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,AlertActionGroup>
public class AlertActionGroup extends SubComponent<E,B>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertActionGroupaddAction(String action)AlertActionGroupaddAction(String action, ComponentHandler<Alert> handler)AlertActionGroupaddAction(Button action)AlertActionGroupaddAction(Button action, ComponentHandler<Alert> handler)static AlertActionGroupalertActionGroup()AlertActionGroupthat()-
Methods inherited from class org.patternfly.component.SubComponent
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
-
alertActionGroup
public static AlertActionGroup alertActionGroup()
-
addAction
public AlertActionGroup addAction(String action)
-
addAction
public AlertActionGroup addAction(String action, ComponentHandler<Alert> handler)
-
addAction
public AlertActionGroup addAction(Button action)
-
addAction
public AlertActionGroup addAction(Button action, ComponentHandler<Alert> handler)
-
that
public AlertActionGroup that()
-
-