Package org.patternfly.component
Class EmptyState
- java.lang.Object
-
- org.patternfly.component.BaseComponent<HTMLDivElement,EmptyState>
-
- org.patternfly.component.EmptyState
-
- All Implemented Interfaces:
Container<HTMLDivElement,EmptyState>,Finder<HTMLDivElement>,HasElement<HTMLDivElement,EmptyState>,HasHTMLElement<HTMLDivElement,EmptyState>,IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,EmptyState>,Component
@Deprecated public class EmptyState extends BaseComponent<HTMLDivElement,EmptyState>
Deprecated.PatternFly empty state component.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmptyState.BodyDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EmptyState.Bodybody()Deprecated.EmptyStatebody(String body)Deprecated.EmptyStatebody(EmptyState.Body body)Deprecated.static EmptyStateemptyState(Icon icon, String title)Deprecated.EmptyStatelarge()Deprecated.static EmptyStatenoResults(String title, Callback callback)Deprecated.static EmptyStatenoResults(Callback callback)Deprecated.EmptyStateprimary(HTMLElement element)Deprecated.EmptyStateprimary(String text, Callback callback)Deprecated.EmptyStateprimary(Button button)Deprecated.EmptyStatesecondary(HTMLElement element)Deprecated.EmptyStatesecondary(String text, Callback callback)Deprecated.EmptyStatesecondary(Button button)Deprecated.EmptyStatesmall()Deprecated.static EmptyStatespinner()Deprecated.static EmptyStatespinner(String title)Deprecated.EmptyStatethat()Deprecated.-
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
-
emptyState
public static EmptyState emptyState(Icon icon, String title)
Deprecated.
-
spinner
public static EmptyState spinner()
Deprecated.
-
spinner
public static EmptyState spinner(String title)
Deprecated.
-
noResults
public static EmptyState noResults(Callback callback)
Deprecated.
-
noResults
public static EmptyState noResults(String title, Callback callback)
Deprecated.
-
body
public static EmptyState.Body body()
Deprecated.
-
that
public EmptyState that()
Deprecated.
-
body
public EmptyState body(String body)
Deprecated.
-
body
public EmptyState body(EmptyState.Body body)
Deprecated.
-
primary
public EmptyState primary(String text, Callback callback)
Deprecated.
-
primary
public EmptyState primary(Button button)
Deprecated.
-
primary
public EmptyState primary(HTMLElement element)
Deprecated.
-
secondary
public EmptyState secondary(String text, Callback callback)
Deprecated.
-
secondary
public EmptyState secondary(Button button)
Deprecated.
-
secondary
public EmptyState secondary(HTMLElement element)
Deprecated.
-
small
public EmptyState small()
Deprecated.
-
large
public EmptyState large()
Deprecated.
-
-