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, CodeEditorAction, CodeEditorActions, CodeEditorHeader, CodeEditorHeaderMain, CodeEditorLink, CodeEditorLinks, CodeEditorTab, CodeEditorTabIcon, CodeEditorTabText, DataListAction, DataListCell, DataListExpandableContent, DataListItem, DescriptionListDescription, DescriptionListGroup, DescriptionListTerm, DrawerBody, DrawerCloseButton, DrawerContent, DrawerPanel, 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, MenuToggleAction, ModalBody, ModalFooter, ModalHeader, ModalHeaderDescription, ModalHeaderTitle, NavigationGroup, NavigationItem, NavigationLinkText, NotificationDrawerBody, NotificationDrawerHeader, NotificationDrawerItem, NotificationDrawerItemBody, NotificationDrawerList, PageGroup, PageMain, PageSectionBuilder, PageSidebar, PageSidebarBody, PanelFooter, PanelHeader, PanelMain, PopoverBody, PopoverFooter, PopoverHeader, ProgressStep, RadioBody, RadioDescription, SimpleListGroup, SimpleListItem, SliderActions, Tab, TabContent, TabContentBody, TableCaption, TableText, Tbody, TextInputGroupUtilities, Thead, ToggleGroupItem, ToolbarContent, ToolbarFilterContent, ToolbarFilterLabelGroup, ToolbarGroup, ToolbarItem, ToolbarToggleGroup, Tr, TreeViewItem, WizardFooter, WizardHeader, WizardHeaderDescription, WizardHeaderTitle, WizardNav, WizardNavItem, WizardStep
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 Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementAttributeMethods
titleMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface TypedBuilder
that
-
Method Details
-
element
- Specified by:
elementin interfaceIsElement<E extends HTMLElement>
-
registerSubComponent
-