Class EmptyStateHeader
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- org.patternfly.component.emptystate.EmptyStateHeader
-
- All Implemented Interfaces:
Container<HTMLDivElement,EmptyStateHeader>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,EmptyStateHeader>,HasHTMLElement<HTMLDivElement,EmptyStateHeader>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,EmptyStateHeader>,WithIcon<HTMLDivElement,EmptyStateHeader>,WithText<HTMLDivElement,EmptyStateHeader>
public class EmptyStateHeader extends SubComponent<E,B> implements WithText<HTMLDivElement,EmptyStateHeader>, WithIcon<HTMLDivElement,EmptyStateHeader>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmptyStateHeaderemptyStateHeader()static EmptyStateHeaderemptyStateHeader(int headingLevel)EmptyStateHeadericon(Element icon)EmptyStateHeadericon(Element icon, String color)EmptyStateHeadericon(Element icon, Variable color)EmptyStateHeadericon(PredefinedIcon icon, String color)EmptyStateHeadericon(PredefinedIcon icon, Variable color)EmptyStateHeaderremoveIcon()EmptyStateHeaderspinner()EmptyStateHeaderspinner(String label)Stringtext()EmptyStateHeadertext(String text)EmptyStateHeaderthat()-
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
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, innerHtml, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
-
-
-
Method Detail
-
emptyStateHeader
public static EmptyStateHeader emptyStateHeader()
-
emptyStateHeader
public static EmptyStateHeader emptyStateHeader(int headingLevel)
-
spinner
public EmptyStateHeader spinner()
-
spinner
public EmptyStateHeader spinner(String label)
-
icon
public EmptyStateHeader icon(Element icon)
- Specified by:
iconin interfaceWithIcon<HTMLDivElement,EmptyStateHeader>
-
icon
public EmptyStateHeader icon(PredefinedIcon icon, Variable color)
-
icon
public EmptyStateHeader icon(Element icon, Variable color)
-
icon
public EmptyStateHeader icon(PredefinedIcon icon, String color)
-
icon
public EmptyStateHeader icon(Element icon, String color)
-
removeIcon
public EmptyStateHeader removeIcon()
- Specified by:
removeIconin interfaceWithIcon<HTMLDivElement,EmptyStateHeader>
-
text
public EmptyStateHeader text(String text)
- Specified by:
textin interfaceWithText<HTMLDivElement,EmptyStateHeader>
-
that
public EmptyStateHeader that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,EmptyStateHeader>
-
text
public String text()
- Specified by:
textin interfaceWithText<HTMLDivElement,EmptyStateHeader>
-
-