Package org.patternfly.component
Class BaseComponentSVG<E extends org.jboss.elemento.svg.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>,org.jboss.elemento.svg.HasSVGElement<E,B>,TypedBuilder<E,B>,Component
- Direct Known Subclasses:
Spinner
public abstract class BaseComponentSVG<E extends org.jboss.elemento.svg.SVGElement,B extends TypedBuilder<E,B>> extends Object implements Component, HasElement<E,B>, org.jboss.elemento.svg.HasSVGElement<E,B>, Finder<E>, Container<E,B>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentTypecomponentType()Eelement()-
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, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, css, id, id, innerHtml, on, textContent, toggle, toggle, toggle
-
Methods inherited from interface org.jboss.elemento.TypedBuilder
that
-
-
-
-
Method Detail
-
element
public E element()
-
componentType
public ComponentType componentType()
- Specified by:
componentTypein interfaceComponent
-
-