Package org.patternfly.component
Class SubComponent<E extends HTMLElement,B extends TypedBuilder<E,B>>
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- All Implemented Interfaces:
Container<E,B>,Finder<E>,HasElement<E,B>,HasHTMLElement<E,B>,IsElement<E>,TypedBuilder<E,B>
- Direct Known Subclasses:
AlertActionGroup,AlertDescription,Card.Body,Card.Footer,Card.Head,Card.Head.Actions,Card.Header,CheckboxBody,CheckboxDescription,CodeBlockAction,CodeBlockActions,CodeBlockHeader,DataList.ExpandableBody,DataList.ExpandableContent,DataList.Item,DataList.ItemAction,DataList.ItemCell,DataList.ItemContent,DataList.ItemControl,DataList.ItemRow,EmptyState.Body,ExpandableNavigationGroup,ExpandableSectionContent,ExpandableSectionToggle,ExpandableSectionToggleText,InlineIcon,MastheadContent,MastheadMain,MastheadToggle,MenuContent,MenuFooter,MenuGroup,MenuHeader,MenuItem,MenuItemAction,MenuList,MenuSearch,MenuSearchInput,NavigationGroup,NavigationItem,OldPageTools,OldToolbar.Content,OldToolbar.Group,OldToolbar.Item,PageMain,PageMainBody,PageMainGroup,PageSectionBuilder,PageSidebarBody,TextInputGroupMain,TextInputGroupUtilities,ToolbarContent,ToolbarContentSection,ToolbarExpandableContent,ToolbarGroup,ToolbarItem
public abstract class SubComponent<E extends HTMLElement,B extends TypedBuilder<E,B>> extends Object implements HasElement<E,B>, HasHTMLElement<E,B>, Finder<E>, Container<E,B>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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>
-
-