Class Spinner

All Implemented Interfaces:
ElementAttributeMethods<SVGElement,Spinner>, ElementClassListMethods<SVGElement,Spinner>, ElementConsumerMethods<SVGElement,Spinner>, ElementContainerMethods<SVGElement,Spinner>, ElementEventMethods<SVGElement,Spinner>, ElementIdMethods<SVGElement,Spinner>, ElementQueryMethods<SVGElement>, IsElement<SVGElement>, SVGElementDataMethods<SVGElement,Spinner>, SVGElementStyleMethods<SVGElement,Spinner>, TypedBuilder<SVGElement,Spinner>, Component, org.patternfly.style.Modifiers.Inline<SVGElement,Spinner>

public class Spinner extends BaseComponentSVG<SVGElement,Spinner> implements org.patternfly.style.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: