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) void
attach
(MutationRecord mutationRecord) delegate()
static DrawerPanelHead
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.that()
Methods inherited from class org.patternfly.component.SubComponent
element
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jboss.elemento.Attachable
detach
Methods inherited from interface org.jboss.elemento.Container
add, add, addAll, addAll, addAll, addAll, addAll, addAll
Methods inherited from interface org.patternfly.core.ElementDelegate
add, add, innerHtml, textContent, textNode
Methods 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, uniqueId
Methods inherited from interface org.jboss.elemento.HasHTMLElement
data, hidden, style, style, style, style, style, style, title
Methods inherited from interface org.patternfly.style.Modifiers.NoPadding
noPadding, noPadding
-
Method Details
-
drawerPanelHead
-
attach
- Specified by:
attach
in interfaceAttachable
-
delegate
- Specified by:
delegate
in 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:
that
in interfaceTypedBuilder<HTMLDivElement,
DrawerPanelHead>
-