Uses of Class
org.patternfly.component.drawer.DrawerPanelWidth
-
Packages that use DrawerPanelWidth Package Description org.patternfly.component.drawer -
-
Uses of DrawerPanelWidth in org.patternfly.component.drawer
Methods in org.patternfly.component.drawer that return DrawerPanelWidth Modifier and Type Method Description static DrawerPanelWidthDrawerPanelWidth. valueOf(String name)Returns the enum constant of this type with the specified name.static DrawerPanelWidth[]DrawerPanelWidth. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.patternfly.component.drawer with type arguments of type DrawerPanelWidth Modifier and Type Method Description DrawerPanelDrawerPanel. widths(Breakpoints<DrawerPanelWidth> widths)Width for drawer panel at various breakpoints.
-