Class EmptyState
java.lang.Object
org.patternfly.component.BaseComponent<HTMLElement,EmptyState>
org.patternfly.component.emptystate.EmptyState
- All Implemented Interfaces:
ElementAttributeMethods<HTMLElement,,EmptyState> ElementClassListMethods<HTMLElement,,EmptyState> ElementConsumerMethods<HTMLElement,,EmptyState> ElementContainerDelegate<HTMLElement,,EmptyState> ElementContainerMethods<HTMLElement,,EmptyState> ElementEventMethods<HTMLElement,,EmptyState> ElementIdMethods<HTMLElement,,EmptyState> ElementQueryMethods<HTMLElement>,ElementTextDelegate<HTMLElement,,EmptyState> ElementTextMethods<HTMLElement,,EmptyState> HTMLElementAttributeMethods<HTMLElement,,EmptyState> HTMLElementDataMethods<HTMLElement,,EmptyState> HTMLElementStyleMethods<HTMLElement,,EmptyState> HTMLElementVisibilityMethods<HTMLElement,,EmptyState> IsElement<HTMLElement>,TypedBuilder<HTMLElement,,EmptyState> Component,ComponentIcon<HTMLElement,,EmptyState> org.patternfly.style.Modifiers.FullHeight<HTMLElement,EmptyState>
public class EmptyState
extends BaseComponent<HTMLElement,EmptyState>
implements ComponentIcon<HTMLElement,EmptyState>, ElementContainerDelegate<HTMLElement,EmptyState>, ElementTextDelegate<HTMLElement,EmptyState>, org.patternfly.style.Modifiers.FullHeight<HTMLElement,EmptyState>
An empty state is a screen that is not yet populated with data or information. Empty states typically contain a short message
and next steps for the user.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionadd(EmptyStateBody body) add(EmptyStateFooter footer) addBody(EmptyStateBody body) addFooter(EmptyStateFooter footer) static EmptyStateheadingLevel(int level) size(org.patternfly.style.Size size) Modifies empty state max-width and sizes of icon, title and body.spinner()that()Methods inherited from class org.patternfly.component.BaseComponent
componentType, elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.patternfly.component.ComponentIcon
iconMethods inherited from interface org.jboss.elemento.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerDelegate
add, add, addMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.ElementTextDelegate
text, textMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.patternfly.style.Modifiers.FullHeight
fullHeight, fullHeight
-
Method Details
-
emptyState
-
containerDelegate
- Specified by:
containerDelegatein interfaceElementContainerDelegate<HTMLElement,EmptyState>
-
textDelegate
- Specified by:
textDelegatein interfaceElementTextDelegate<HTMLElement,EmptyState>
-
addBody
-
add
-
headingLevel
-
icon
- Specified by:
iconin interfaceComponentIcon<HTMLElement,EmptyState>
-
removeIcon
- Specified by:
removeIconin interfaceComponentIcon<HTMLElement,EmptyState>
-
spinner
-
spinner
-
size
Modifies empty state max-width and sizes of icon, title and body. -
status
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement,EmptyState>
-