Class 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.
See Also: