Package org.patternfly.component
Class BaseComponentFlat<E extends HTMLElement,B extends TypedBuilder<E,B>>
- java.lang.Object
-
- org.patternfly.component.BaseComponentFlat<E,B>
-
- All Implemented Interfaces:
Finder<E>,HasElement<E,B>,HasHTMLElement<E,B>,IsElement<E>,TypedBuilder<E,B>,Component
- Direct Known Subclasses:
Divider
public abstract class BaseComponentFlat<E extends HTMLElement,B extends TypedBuilder<E,B>> extends Object implements Component, HasElement<E,B>, HasHTMLElement<E,B>, Finder<E>
-
-
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.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.HasHTMLElement
data, hidden, style, title
-
Methods inherited from interface org.jboss.elemento.TypedBuilder
that
-
-
-
-
Method Detail
-
element
public E element()
- Specified by:
elementin interfaceIsElement<E extends HTMLElement>
-
componentType
public ComponentType componentType()
- Specified by:
componentTypein interfaceComponent
-
-