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