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:
AccordionItem,AccordionItemBody,ActionListGroup,ActionListItem,AlertActionGroup,AlertDescription,BreadcrumbItem,CardActions,CardBody,CardExpandableContent,CardFooter,CardHeader,CardSelectableActions,CardTitle,CheckboxBody,CheckboxDescription,CodeBlockAction,CodeBlockActions,CodeBlockHeader,CodeEditorAction,CodeEditorActions,CodeEditorHeader,CodeEditorHeaderMain,CodeEditorLink,CodeEditorLinks,CodeEditorTab,CodeEditorTabIcon,CodeEditorTabText,DescriptionListDescription,DescriptionListGroup,DescriptionListTerm,DrawerCloseButton,DrawerContent,DrawerContentBody,DrawerPanel,DrawerPanelBody,DrawerPanelHead,DrawerSection,EmptyStateActions,EmptyStateBody,EmptyStateFooter,EmptyStateHeader,ExpandableNavigationGroup,ExpandableSectionContent,ExpandableSectionToggle,ExpandableSectionToggleText,FormActionGroup,FormAlert,FormFieldGroup,FormFieldGroupBody,FormFieldGroupHeader,FormGroup,FormGroupControl,FormGroupLabel,FormSection,FormSelectOption,FormSelectOptionGroup,HelperTextItem,HintActions,HintBody,HintFooter,HintTitle,InputGroupItem,InputGroupText,JumpLinksItem,JumpLinksList,ListItem,MastheadBrand,MastheadContent,MastheadMain,MastheadToggle,MenuContent,MenuFooter,MenuGroup,MenuHeader,MenuItem,MenuItemAction,MenuList,MenuSearch,MenuSearchInput,MenuToggleAction,MenuToggleCheckbox,NavigationGroup,NavigationItem,NavigationLinkText,PageMain,PageMainBody,PageMainGroup,PageSectionBuilder,PageSidebar,PageSidebarBody,PanelFooter,PanelHeader,PanelMain,PopoverBody,PopoverFooter,PopoverHeader,RadioBody,RadioDescription,SimpleListGroup,SimpleListItem,SliderActions,Tab,TabContent,TabContentBody,TextInputGroupMain,TextInputGroupUtilities,ToggleGroupItem,ToolbarContent,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, add, addAll, addAll, addAll, addAll, addAll, addAll
-
Methods inherited from interface org.jboss.elemento.HasElement
add, apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, id, innerHtml, 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 Detail
-
element
public E element()
- Specified by:
elementin interfaceIsElement<E extends HTMLElement>
-
-