Uses of Class
org.patternfly.component.drawer.DrawerColor
-
Packages that use DrawerColor Package Description org.patternfly.component.drawer -
-
Uses of DrawerColor in org.patternfly.component.drawer
Methods in org.patternfly.component.drawer that return DrawerColor Modifier and Type Method Description static DrawerColorDrawerColor. valueOf(String name)Returns the enum constant of this type with the specified name.static DrawerColor[]DrawerColor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.patternfly.component.drawer with parameters of type DrawerColor Modifier and Type Method Description DrawerContentDrawerContent. color(DrawerColor color)DrawerPanelDrawerPanel. color(DrawerColor color)DrawerSectionDrawerSection. color(DrawerColor color)
-