Package org.patternfly.component.drawer
Class DrawerPanelHead
java.lang.Object
org.patternfly.component.SubComponent<HTMLDivElement,DrawerPanelHead>
org.patternfly.component.drawer.DrawerPanelHead
- All Implemented Interfaces:
Attachable,ElementAttributeMethods<HTMLDivElement,,DrawerPanelHead> ElementClassListMethods<HTMLDivElement,,DrawerPanelHead> ElementConsumerMethods<HTMLDivElement,,DrawerPanelHead> ElementContainerDelegate<HTMLDivElement,,DrawerPanelHead> ElementContainerMethods<HTMLDivElement,,DrawerPanelHead> ElementEventMethods<HTMLDivElement,,DrawerPanelHead> ElementIdMethods<HTMLDivElement,,DrawerPanelHead> ElementQueryMethods<HTMLDivElement>,HTMLElementAttributeMethods<HTMLDivElement,,DrawerPanelHead> HTMLElementDataMethods<HTMLDivElement,,DrawerPanelHead> HTMLElementStyleMethods<HTMLDivElement,,DrawerPanelHead> HTMLElementVisibilityMethods<HTMLDivElement,,DrawerPanelHead> IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,,DrawerPanelHead> org.patternfly.style.Modifiers.NoPadding<HTMLDivElement,DrawerPanelHead>
public class DrawerPanelHead
extends SubComponent<HTMLDivElement,DrawerPanelHead>
implements Attachable, ElementContainerDelegate<HTMLDivElement,DrawerPanelHead>, org.patternfly.style.Modifiers.NoPadding<HTMLDivElement,DrawerPanelHead>
Subcomponent for the header inside a
DrawerPanel.-
Method Summary
Modifier and TypeMethodDescriptionaddCloseButton(DrawerCloseButton closeButton) voidattach(MutationRecord mutationRecord) static DrawerPanelHeadBy default, the tab index of the first HTML element is set to 0 if the drawer is expanded and to -1 if the drawer is collapsed.that()Methods inherited from class org.patternfly.component.SubComponent
elementMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.elemento.Attachable
detachMethods 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.ElementContainerDelegate
add, add, addMethods inherited from interface org.jboss.elemento.ElementContainerMethods
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.patternfly.style.Modifiers.NoPadding
noPadding, noPadding
-
Method Details
-
drawerPanelHead
-
attach
- Specified by:
attachin interfaceAttachable
-
containerDelegate
- Specified by:
containerDelegatein interfaceElementContainerDelegate<HTMLDivElement,DrawerPanelHead>
-
addCloseButton
-
noAutoTabIndex
By default, the tab index of the first HTML element is set to 0 if the drawer is expanded and to -1 if the drawer is collapsed. Use this method to turn this feature off. -
that
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,DrawerPanelHead>
-