Package org.patternfly.component.alert
Class AlertGroup
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLUListElement,AlertGroup>
-
- org.patternfly.component.alert.AlertGroup
-
- All Implemented Interfaces:
Container<HTMLUListElement,AlertGroup>,Finder<HTMLUListElement>,HasElement<HTMLUListElement,AlertGroup>,HasHTMLElement<HTMLUListElement,AlertGroup>,IsElement<HTMLUListElement>,TypedBuilder<HTMLUListElement,AlertGroup>,Component
public class AlertGroup extends BaseComponent<HTMLUListElement,AlertGroup>
PatternFly alert group component.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertGroupadd(Alert alert)static AlertGroupembedded()AlertGroupthat()static AlertGrouptoast()-
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, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, title
-
-
-
-
Method Detail
-
toast
public static AlertGroup toast()
-
embedded
public static AlertGroup embedded()
-
that
public AlertGroup that()
-
add
public AlertGroup add(Alert alert)
-
-