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