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,Container<HTMLDivElement,,DrawerPanelHead> Finder<HTMLDivElement>,HasElement<HTMLDivElement,,DrawerPanelHead> HasHTMLElement<HTMLDivElement,,DrawerPanelHead> IsElement<HTMLDivElement>,TypedBuilder<HTMLDivElement,,DrawerPanelHead> ElementDelegate<HTMLDivElement,,DrawerPanelHead> Modifiers.NoPadding<HTMLDivElement,DrawerPanelHead>
public class DrawerPanelHead
extends SubComponent<HTMLDivElement,DrawerPanelHead>
implements Attachable, ElementDelegate<HTMLDivElement,DrawerPanelHead>, Modifiers.NoPadding<HTMLDivElement,DrawerPanelHead>
Subcomponent for the header inside a
DrawerPanel.-
Method Summary
Modifier and TypeMethodDescriptionaddCloseButton(DrawerCloseButton closeButton) voidattach(MutationRecord mutationRecord) delegate()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.Container
add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface org.patternfly.core.ElementDelegate
add, add, innerHtml, textContent, textNodeMethods inherited from interface org.jboss.elemento.HasElement
apply, aria, aria, aria, attr, attr, attr, classList, classList, css, id, on, on, on, run, toggle, toggle, toggle, uniqueIdMethods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, titleMethods inherited from interface org.patternfly.style.Modifiers.NoPadding
noPadding, noPadding
-
Method Details
-
drawerPanelHead
-
attach
- Specified by:
attachin interfaceAttachable
-
delegate
- Specified by:
delegatein interfaceElementDelegate<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>
-