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:
Alert,AlertGroup,Avatar,Badge,Brand,Breadcrumb,Button,Card,CardView,Checkbox,Chip,ChipGroup,ChipGroupToolbar,CodeBlock,ContextSelector,DataList,DataTable,Dropdown,EmptyState,Expandable,ExpandableSection,Form,Form.Group,GroupedDropdown,GroupedDropdown.Group,GroupedOptionsMenu,GroupedOptionsMenu.Group,Icon,Icon,InputGroup,Label,Masthead,Menu,MultiOptionsMenu,MultiOptionsMenu.Group,MultiSelect,Navigation,OldPageHeader,OldPageMain,OldPageSection,OldPageSidebar,OldToolbar,Page,PageSidebar,Pagination,Popover,SingleOptionsMenu,SingleSelect,SkipToContent,Tabs,TemplateComponent,TextContent,TextInput,TextInputGroup,Title,Toolbar,Tooltip,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
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.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
-
-