Package org.patternfly.component
Class BaseComponent<E extends HTMLElement,B extends TypedBuilder<E,B>>
java.lang.Object
org.patternfly.component.BaseComponent<E,B>
- All Implemented Interfaces:
Container<E,,B> Finder<E>,HasElement<E,,B> HasHTMLElement<E,,B> IsElement<E>,TypedBuilder<E,,B> Component
- Direct Known Subclasses:
Accordion,ActionList,Alert,AlertGroup,Backdrop,Badge,Banner,Brand,Button,Card,Checkbox,Chip,ChipGroup,CodeBlock,DataList,DescriptionList,EmptyState,ExpandableSection,Form,FormControl,Hint,Icon,InputGroup,LabelGroup,List,Masthead,Menu,MenuToggle,Navigation,Page,Popover,Radio,SimpleList,SkipToContent,Table,TemplateComponent,TextContent,TextInputGroup,Title,ToggleGroup,Toolbar,Tooltip,TreeView,Wizard
public abstract class BaseComponent<E extends HTMLElement,B extends TypedBuilder<E,B>>
extends Object
implements Component, HasElement<E,B>, HasHTMLElement<E,B>, Finder<E>, Container<E,B>
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Container
add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods 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, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface org.jboss.elemento.TypedBuilder
that
-
Method Details
-
componentType
- Specified by:
componentTypein interfaceComponent
-
element
- Specified by:
elementin interfaceIsElement<E extends HTMLElement>
-