Uses of Class
org.patternfly.component.drawer.DrawerPanel
-
Uses of DrawerPanel in org.patternfly.component.drawer
Modifier and TypeMethodDescriptionDrawerPanel.addBody
(DrawerPanelBody 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 DrawerPanel
DrawerPanel.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) 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))
Modifier and TypeMethodDescriptionDrawer.add
(DrawerPanel panel) Drawer.addPanel
(DrawerPanel panel)