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
,Cell
,CheckboxBody
,CheckboxDescription
,CodeBlockAction
,CodeBlockActions
,CodeBlockHeader
,DataListAction
,DataListCell
,DataListExpandableContent
,DataListItem
,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
,ModalBody
,ModalFooter
,ModalHeader
,ModalHeaderDescription
,ModalHeaderTitle
,NavigationGroup
,NavigationItem
,NavigationLinkText
,PageMain
,PageMainBody
,PageMainGroup
,PageSectionBuilder
,PageSidebar
,PageSidebarBody
,PanelFooter
,PanelHeader
,PanelMain
,PopoverBody
,PopoverFooter
,PopoverHeader
,RadioBody
,RadioDescription
,SimpleListGroup
,SimpleListItem
,SliderActions
,Tab
,TabContent
,TabContentBody
,TableCaption
,TableText
,Tbody
,TextInputGroupMain
,TextInputGroupUtilities
,Thead
,ToggleGroupItem
,ToolbarContent
,ToolbarGroup
,ToolbarItem
,Tr
,TreeViewItem
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
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, innerHtml, on, on, 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 Details
-
element
- Specified by:
element
in interfaceIsElement<E extends HTMLElement>
-