Uses of Class
org.patternfly.component.drawer.DrawerPanelHead
-
Packages that use DrawerPanelHead Package Description org.patternfly.component.drawer -
-
Uses of DrawerPanelHead in org.patternfly.component.drawer
Methods in org.patternfly.component.drawer that return DrawerPanelHead Modifier and Type Method Description DrawerPanelHeadDrawerPanelHead. addCloseButton(DrawerCloseButton closeButton)static DrawerPanelHeadDrawerPanelHead. drawerPanelHead()DrawerPanelHeadDrawerPanelHead. 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.DrawerPanelHeadDrawerPanelHead. that()Methods in org.patternfly.component.drawer with parameters of type DrawerPanelHead Modifier and Type Method Description DrawerPanelDrawerPanel. addHead(DrawerPanelHead head)DrawerPanelBodyDrawerPanelBody. addHead(DrawerPanelHead head)
-