Uses of Class
org.patternfly.component.drawer.DrawerPanel
Packages that use DrawerPanel
-
Uses of DrawerPanel in org.patternfly.component.drawer
Methods in org.patternfly.component.drawer that return DrawerPanelModifier 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 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) 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