Class BaseComponentSVG<E extends SVGElement, B extends TypedBuilder<E,B>>

java.lang.Object
org.patternfly.component.BaseComponentSVG<E,B>
All Implemented Interfaces:
ElementAttributeMethods<E,B>, ElementClassListMethods<E,B>, ElementConsumerMethods<E,B>, ElementContainerMethods<E,B>, ElementEventMethods<E,B>, ElementIdMethods<E,B>, ElementQueryMethods<E>, IsElement<E>, SVGElementDataMethods<E,B>, SVGElementStyleMethods<E,B>, TypedBuilder<E,B>, Component
Direct Known Subclasses:
Spinner

Base class for PatternFly components backed by an SVGElement. Currently only used by Spinner. Intentionally separate from BaseComponent because HTMLElement and SVGElement have disjoint type hierarchies and require different mixin interface sets. Does not support ComponentStore or ComponentRegistry since SVG components don't participate in parent-child wiring.
See Also: