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
public abstract class BaseComponentSVG<E extends SVGElement, B extends TypedBuilder<E,B>>
extends Object
implements Component, ElementAttributeMethods<E,B>, ElementClassListMethods<E,B>, ElementConsumerMethods<E,B>, ElementContainerMethods<E,B>, ElementEventMethods<E,B>, ElementIdMethods<E,B>, ElementQueryMethods<E>, SVGElementDataMethods<E,B>, SVGElementStyleMethods<E,B>
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:
-
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface SVGElementDataMethods
dataMethods inherited from interface TypedBuilder
that
-
Method Details
-
ouiaId
-
componentType
- Specified by:
componentTypein interfaceComponent
-
element
- Specified by:
elementin interfaceIsElement<E extends SVGElement>
-