Class BaseComponent<E extends HTMLElement, B extends TypedBuilder<E,B> >
java.lang.Object
org.patternfly.component.BaseComponent<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>, Component, org.patternfly.core.OuiaSupport<E, B>
- Direct Known Subclasses:
Accordion, ActionList, Alert, AlertGroup, Avatar, Backdrop, BackToTop, Badge, Banner, BaseTextInputGroup, Brand, Breadcrumb, Button, Card, Checkbox, CodeBlock, Content, DataList, DescriptionList, Divider, Drawer, EmptyState, ExpandableSection, Form, FormControl, HelperText, Hint, Icon, InputGroup, JumpLinks, Label, LabelGroup, List, Masthead, Menu, MenuToggle, Navigation, NotificationBadge, NotificationDrawer, NumberInput, Page, PageHeader, Panel, Popover, PopperPopover, PopperTooltip, Progress, ProgressStepper, Radio, ServiceCard, SimpleList, Skeleton, SkipToContent, Slider, Switch, Table, Tabs, TemplateComponent, ThemeSelector, Timestamp, Title, ToggleGroup, Toolbar, Tooltip, TreeView, Truncate, Wizard
public abstract class BaseComponent<E extends HTMLElement, B extends TypedBuilder<E,B>>
extends Object
implements Component, org.patternfly.core.OuiaSupport<E,B>, 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>
Base class for PatternFly components backed by an
HTMLElement. Provides OUIA support, component type
identification, and access to ComponentStore and ComponentRegistry.- See Also:
-
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>>
-
componentType
- Specified by:
componentTypein interfaceComponent
-
element
- Specified by:
elementin interfaceIsElement<E extends HTMLElement>
-
registerComponent
-