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:
ElementAttributeMethods<E,,B> ElementClassListMethods<E,,B> ElementConsumerMethods<E,,B> ElementContainerMethods<E,,B> ElementEventMethods<E,,B> ElementIdMethods<E,,B> ElementQueryMethods<E>,HTMLElementAttributeMethods<E,,B> HTMLElementDataMethods<E,,B> HTMLElementStyleMethods<E,,B> HTMLElementVisibilityMethods<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,ExpandableNavigationGroup,ExpandableSectionContent,ExpandableSectionToggle,FormActionGroup,FormAlert,FormFieldGroup,FormFieldGroupBody,FormFieldGroupHeader,FormGroup,FormGroupControl,FormGroupLabel,FormSection,FormSelectOption,FormSelectOptionGroup,HelperTextItem,HintActions,HintBody,HintFooter,HintTitle,InputGroupItem,InputGroupText,JumpLinksItem,JumpLinksList,ListItem,MastheadBrand,MastheadContent,MastheadLogo,MastheadMain,MastheadToggle,MenuContent,MenuFooter,MenuGroup,MenuHeader,MenuItem,MenuItemAction,MenuList,MenuSearch,MenuSearchInput,MenuToggleAction,ModalBody,ModalFooter,ModalHeader,ModalHeaderDescription,ModalHeaderTitle,NavigationGroup,NavigationItem,NavigationLinkText,PageGroup,PageMain,PageSectionBuilder,PageSidebar,PageSidebarBody,PanelFooter,PanelHeader,PanelMain,PopoverBody,PopoverFooter,PopoverHeader,ProgressStep,RadioBody,RadioDescription,SimpleListGroup,SimpleListItem,SliderActions,Tab,TabContent,TabContentBody,TableCaption,TableText,Tbody,TextInputGroupMain,TextInputGroupUtilities,Thead,ToggleGroupItem,ToolbarContent,ToolbarFilterChipGroup,ToolbarFilterContent,ToolbarGroup,ToolbarItem,ToolbarToggleGroup,Tr,TreeViewItem
public abstract class SubComponent<E extends HTMLElement,B extends TypedBuilder<E,B>>
extends Object
implements ElementAttributeMethods<E,B>, ElementClassListMethods<E,B>, ElementContainerMethods<E,B>, ElementConsumerMethods<E,B>, ElementEventMethods<E,B>, ElementIdMethods<E,B>, ElementQueryMethods<E>, HTMLElementAttributeMethods<E,B>, HTMLElementDataMethods<E,B>, HTMLElementStyleMethods<E,B>, HTMLElementVisibilityMethods<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.ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface org.jboss.elemento.ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface org.jboss.elemento.ElementConsumerMethods
apply, runMethods inherited from interface org.jboss.elemento.ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.jboss.elemento.ElementEventMethods
on, on, onMethods inherited from interface org.jboss.elemento.ElementIdMethods
id, uniqueIdMethods inherited from interface org.jboss.elemento.ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface org.jboss.elemento.HTMLElementAttributeMethods
titleMethods inherited from interface org.jboss.elemento.HTMLElementDataMethods
dataMethods inherited from interface org.jboss.elemento.HTMLElementStyleMethods
style, style, style, style, style, styleMethods inherited from interface org.jboss.elemento.HTMLElementVisibilityMethods
hiddenMethods inherited from interface org.jboss.elemento.TypedBuilder
that
-
Method Details
-
element
- Specified by:
elementin interfaceIsElement<E extends HTMLElement>
-