Class SubComponentFlat<E extends elemental2.dom.HTMLElement,B extends TypedBuilder<E,B>>

java.lang.Object
org.patternfly.component.SubComponentFlat<E,B>
All Implemented Interfaces:
Finder<E>, HasElement<E,B>, HasHTMLElement<E,B>, IsElement<E>, TypedBuilder<E,B>

public abstract class SubComponentFlat<E extends elemental2.dom.HTMLElement,B extends TypedBuilder<E,B>> extends Object implements HasElement<E,B>, HasHTMLElement<E,B>, Finder<E>
  • Method Details

    • element

      public E element()
      Specified by:
      element in interface IsElement<E extends elemental2.dom.HTMLElement>