Uses of Class
org.patternfly.component.drawer.DrawerPanel
Packages that use DrawerPanel
Package
Description
Provides the PatternFly drawer component and its subcomponents for displaying a collapsible panel alongside content.
-
Uses of DrawerPanel in org.patternfly.component.drawer
Subclasses with type arguments of type DrawerPanel in org.patternfly.component.drawerClasses in org.patternfly.component.drawer that implement interfaces with type arguments of type DrawerPanelModifier and TypeClassDescriptionclassThe sliding panel in aDrawercomponent.classThe sliding panel in aDrawercomponent.Methods in org.patternfly.component.drawer that return DrawerPanelModifier and TypeMethodDescriptionDrawerPanel.addBody(DrawerBody body) DrawerPanel.addHead(DrawerPanelHead head) DrawerPanel.ariaResizeLabel(String ariaResizeLabel) DrawerPanel.color(DrawerColor color) DrawerPanel.defaultSize(String defaultSize) The starting size of a resizable drawer, in either pixels or percentage.static DrawerPanelDrawerPanel.drawerPanel()DrawerPanel.increment(int increment) The increment amount for keyboard drawer resizing, in pixels.The maximum size of a drawer, in either pixels or percentage.The minimum size of a drawer, in either pixels or percentage.DrawerPanel.noBorder()Same as noBorder(true)DrawerPanel.noBorder(boolean noBorder) Adds/removes modifier(noBorder)DrawerPanel.onResize(ResizeHandler<DrawerPanel> resizeHandler) Drawer.panel()DrawerPanel.resizable()Makes this drawer panel resizable.DrawerPanel.that()DrawerPanel.widths(Breakpoints<Width> widths) Width for drawer panel at various breakpoints.Same aswidths(breakpoints(default_, widths))Methods in org.patternfly.component.drawer with parameters of type DrawerPanelModifier and TypeMethodDescriptionDrawer.add(DrawerPanel panel) Drawer.addPanel(DrawerPanel panel) Method parameters in org.patternfly.component.drawer with type arguments of type DrawerPanel