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>, org.patternfly.core.OuiaSupport<E, B>
- Direct Known Subclasses:
AccordionItem, AccordionItemBody, ActionListGroup, ActionListItem, AlertActionGroup, AlertDescription, BreadcrumbItem, CardActions, CardBody, CardExpandableContent, CardFooter, CardHeader, CardSelectableActions, CardSubtitle, CardTitle, Cell, CheckboxBody, CheckboxDescription, CodeBlockAction, CodeBlockActions, CodeBlockHeader, 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, PopperPopoverBody, PopperPopoverFooter, PopperPopoverHeader, ProgressStep, RadioBody, RadioDescription, SimpleListGroup, SimpleListItem, SliderActions, Tab, TabContent, TabContentBody, TableCaption, TableText, Tbody, TemplateItem, 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 org.patternfly.core.OuiaSupport<E,B>, 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>
Base class for sub-components that are part of a larger PatternFly component, such as card headers or modal bodies.
-
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 org.patternfly.core.OuiaSupport
initOuia, initOuia, ouiaId, ouiaSafe, ouiaTransitionMethods inherited from interface TypedBuilder
that
-
Method Details
-
ouiaComponentType
- Specified by:
ouiaComponentTypein interfaceorg.patternfly.core.OuiaSupport<E extends HTMLElement, B extends TypedBuilder<E,B>>
-
element
- Specified by:
elementin interfaceIsElement<E extends HTMLElement>
-
registerSubComponent
-