Package org.patternfly.component.drawer
Class DrawerPanelHead
- java.lang.Object
-
- org.patternfly.component.SubComponent<E,B>
-
- 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<E,B> implements Attachable, ElementDelegate<HTMLDivElement,DrawerPanelHead>, Modifiers.NoPadding<HTMLDivElement,DrawerPanelHead>
Subcomponent for the header inside aDrawerPanel.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DrawerPanelHeadaddCloseButton(DrawerCloseButton closeButton)voidattach(MutationRecord mutationRecord)HTMLElementdelegate()static DrawerPanelHeaddrawerPanelHead()DrawerPanelHeadnoAutoTabIndex()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.DrawerPanelHeadthat()-
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, id, 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 Detail
-
drawerPanelHead
public static DrawerPanelHead drawerPanelHead()
-
attach
public void attach(MutationRecord mutationRecord)
- Specified by:
attachin interfaceAttachable
-
delegate
public HTMLElement delegate()
- Specified by:
delegatein interfaceElementDelegate<HTMLDivElement,DrawerPanelHead>
-
addCloseButton
public DrawerPanelHead addCloseButton(DrawerCloseButton closeButton)
-
noAutoTabIndex
public DrawerPanelHead 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
public DrawerPanelHead that()
- Specified by:
thatin interfaceTypedBuilder<HTMLDivElement,DrawerPanelHead>
-
-