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>, Modifiers.FullHeight<HTMLElement, EmptyState>
public class EmptyState
extends BaseComponent<HTMLElement, EmptyState>
implements ComponentIcon<HTMLElement, EmptyState>, ElementContainerDelegate<HTMLElement, EmptyState>, ElementTextDelegate<HTMLElement, EmptyState>, 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) Modifies empty state max-width and sizes of icon, title and body.spinner()that()Methods inherited from class BaseComponent
componentType, element, registerComponentMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ComponentIcon
iconMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerDelegate
add, add, addMethods inherited from interface ElementContainerMethods
add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface ElementTextDelegate
text, textMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface 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
-
clearStatus
-
that
- Specified by:
thatin interfaceTypedBuilder<HTMLElement, EmptyState>
-