Class EmptyState
java.lang.Object
org.patternfly.component.BaseComponent<HTMLElement,EmptyState>
org.patternfly.component.emptystate.EmptyState
- All Implemented Interfaces:
Container<HTMLElement,
,EmptyState> Finder<HTMLElement>
,HasElement<HTMLElement,
,EmptyState> HasHTMLElement<HTMLElement,
,EmptyState> IsElement<HTMLElement>
,TypedBuilder<HTMLElement,
,EmptyState> Component
,ElementDelegate<HTMLElement,
,EmptyState> Modifiers.FullHeight<HTMLElement,
EmptyState>
public class EmptyState
extends BaseComponent<HTMLElement,EmptyState>
implements ElementDelegate<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) add
(EmptyStateHeader header) addBody
(EmptyStateBody body) addFooter
(EmptyStateFooter footer) addHeader
(EmptyStateHeader header) delegate()
static EmptyState
Modifies empty state max-width and sizes of icon, title and body.that()
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, addAll
Methods inherited from interface org.patternfly.core.ElementDelegate
add, add, innerHtml, textContent, textNode
Methods inherited from interface org.jboss.elemento.HasElement
apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, on, on, on, run, toggle, toggle, toggle, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.patternfly.style.Modifiers.FullHeight
fullHeight, fullHeight
-
Method Details
-
emptyState
-
delegate
- Specified by:
delegate
in interfaceElementDelegate<HTMLElement,
EmptyState>
-
addHeader
-
add
-
addBody
-
add
-
size
Modifies empty state max-width and sizes of icon, title and body. -
that
- Specified by:
that
in interfaceTypedBuilder<HTMLElement,
EmptyState>
-