Package org.patternfly.component
Class BaseComponentSVG<E extends SVGElement,B extends TypedBuilder<E,B>>
java.lang.Object
org.patternfly.component.BaseComponentSVG<E,B>
- All Implemented Interfaces:
Container<E,
,B> Finder<E>
,HasElement<E,
,B> IsElement<E>
,HasSVGElement<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, HasElement<E,B>, HasSVGElement<E,B>, Finder<E>, Container<E,B>
-
Method Summary
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, innerHtml, on, on, 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.jboss.elemento.TypedBuilder
that
-
Method Details
-
componentType
- Specified by:
componentType
in interfaceComponent
-
element
- Specified by:
element
in interfaceIsElement<E extends SVGElement>
-