Package org.patternfly.component.spinner
Class Spinner
- java.lang.Object
-
- org.patternfly.component.BaseComponentSVG<org.jboss.elemento.svg.SVGElement,Spinner>
-
- org.patternfly.component.spinner.Spinner
-
- All Implemented Interfaces:
Container<org.jboss.elemento.svg.SVGElement,Spinner>,Finder<org.jboss.elemento.svg.SVGElement>,HasElement<org.jboss.elemento.svg.SVGElement,Spinner>,IsElement<org.jboss.elemento.svg.SVGElement>,org.jboss.elemento.svg.HasSVGElement<org.jboss.elemento.svg.SVGElement,Spinner>,TypedBuilder<org.jboss.elemento.svg.SVGElement,Spinner>,Component,Modifiers.Inline<org.jboss.elemento.svg.SVGElement,Spinner>
public class Spinner extends BaseComponentSVG<org.jboss.elemento.svg.SVGElement,Spinner> implements Modifiers.Inline<org.jboss.elemento.svg.SVGElement,Spinner>
A spinner is used to indicate to users that an action is in progress. For actions that may take a long time, use a progress bar instead.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Spinnerdiameter(String diameter)Spinnersize(Size size)static Spinnerspinner()static Spinnerspinner(String label)static Spinnerspinner(Size size)static Spinnerspinner(Size size, String label)Spinnerthat()-
Methods inherited from class org.patternfly.component.BaseComponentSVG
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.patternfly.core.Modifiers.Inline
inline, inline
-
-
-
-
Method Detail
-
spinner
public static Spinner spinner()
-
that
public Spinner that()
- Specified by:
thatin interfaceTypedBuilder<org.jboss.elemento.svg.SVGElement,Spinner>
-
-