Package org.patternfly.component.spinner
Class Spinner
- java.lang.Object
-
- org.patternfly.component.BaseComponentSVG<SVGElement,Spinner>
-
- org.patternfly.component.spinner.Spinner
-
- All Implemented Interfaces:
Container<SVGElement,Spinner>,Finder<SVGElement>,HasElement<SVGElement,Spinner>,IsElement<SVGElement>,HasSVGElement<SVGElement,Spinner>,TypedBuilder<SVGElement,Spinner>,Component,Modifiers.Inline<SVGElement,Spinner>
public class Spinner extends BaseComponentSVG<SVGElement,Spinner> implements Modifiers.Inline<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, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, innerHtml, on, run, textContent, textNode, toggle, toggle, toggle, uniqueId
-
Methods inherited from interface org.jboss.elemento.svg.HasSVGElement
data, style, style, style, style, style, style
-
Methods inherited from interface org.patternfly.style.Modifiers.Inline
inline, inline
-
-
-
-
Method Detail
-
spinner
public static Spinner spinner()
-
that
public Spinner that()
- Specified by:
thatin interfaceTypedBuilder<SVGElement,Spinner>
-
-